Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtForm ¶
type JwtForm struct { Issuer string `json:"iss"` Subject string `json:"sub"` // right now only one audience, but we could have more than one in the future Audience string `json:"aud"` AuthorizingParty string `json:"azp"` Scope string `json:"scope"` IssuedAt int64 `json:"iat"` Expiry int64 `json:"exp"` }
Click to show internal directories.
Click to hide internal directories.