Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { // Identifies principal that issued the JWT Iss string `yaml:"iss"` // Identifies the recipients that the JWT is intended for Aud []string `yaml:"aud"` // Identifies the subject of the JWT. Sub string `yaml:"sub"` // Identifies the time on which the JWT will start to be accepted for processing Nbf int64 `yaml:"nbf"` // Identifies the expiration time on and after which the JWT must not be accepted for processing Exp int64 `yaml:"exp"` }
Click to show internal directories.
Click to hide internal directories.