Documentation
¶
Index ¶
- Constants
- func GetVersion() map[string]string
- func NewApp() *gear.App
- type APIs
- type AuthN
- func (a *AuthN) Callback(ctx *gear.Context) error
- func (a *AuthN) Login(ctx *gear.Context) error
- func (a *AuthN) PassKeyGetChallenge(ctx *gear.Context) error
- func (a *AuthN) PassKeyVerifyAuthentication(ctx *gear.Context) error
- func (a *AuthN) PassKeyVerifyRegistration(ctx *gear.Context) error
- func (a *AuthN) SyncSession(ctx *gear.Context) error
- type Healthz
- type Session
Constants ¶
View Source
const Wechat_UA = "MicroMessenger/"
Variables ¶
This section is empty.
Functions ¶
func GetVersion ¶
Types ¶
type AuthN ¶
type AuthN struct {
// contains filtered or unexported fields
}
func (*AuthN) PassKeyGetChallenge ¶ added in v1.2.0
func (*AuthN) PassKeyVerifyAuthentication ¶ added in v1.2.0
func (*AuthN) PassKeyVerifyRegistration ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.