Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
func (*Auth) Authenticate ¶
type Claims ¶
type Claims struct { jwt.RegisteredClaims RealmAccess RealmAccess `json:"realm_access"` }
type JWTValidate ¶
type RealmAccess ¶
type RealmAccess struct {
Roles []string `json:"roles"`
}
Click to show internal directories.
Click to hide internal directories.