Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Verifier ¶
type Verifier interface {
GetUserID() string
GetTenantID() string
GetRoleID() string
GetEmail() string
GetUsername() string
GetRefreshTokenDisable() bool
SetRefreshTokenDisable(bool)
CheckToken(context.Context, string) error
Root() bool
Verify(context.Context) (bool, Verifier, error)
GetPersonAccessToken() string
SetPersonAccessToken(string)
}
Verifier 用户验证器
Click to show internal directories.
Click to hide internal directories.