Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminHandler ¶ added in v0.1.2
type AuthenticationHandler ¶ added in v0.1.2
type AuthenticationHandler interface {
// contains filtered or unexported methods
}
type AuthenticationService ¶ added in v0.1.2
type AuthenticationService interface {
// contains filtered or unexported methods
}
type AuthenticationStore ¶ added in v0.1.2
type AuthenticationStore interface {
// contains filtered or unexported methods
}
type CustomClaims ¶ added in v0.1.2
type CustomClaims struct { AccountID string `json:"account_id"` jwt.RegisteredClaims }
Click to show internal directories.
Click to hide internal directories.