Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitScopes ¶
Types ¶
type JSONTime ¶
func (*JSONTime) UnmarshalJSON ¶
type JwtPayload ¶
type JwtPayload struct { Sub string `json:"sub"` TokenUse string `json:"token_use"` Scope string `json:"scope"` AuthTime JSONTime `json:"auth_time"` Issuer string `json:"iss"` Expires JSONTime `json:"exp"` IssuedAt JSONTime `json:"iat"` Version int `json:"version"` Jti string `json:"jti"` ClientID string `json:"client_id"` }
Click to show internal directories.
Click to hide internal directories.