Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jwt ¶
type Jwt struct {
PrivateKey *rsa.PrivateKey
PublicKey *rsa.PublicKey
Options *Options
}
func (*Jwt) RefreshToken ¶
type TokenClaims ¶
type TokenClaims struct {
UID uint64
Type string
Key *string
j.RegisteredClaims
}
Click to show internal directories.
Click to hide internal directories.