Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtClaims ¶
type JwtClaims struct {
Seed interface{} `json:"seed"`
Timestamp int64 `json:"timestamp"`
jwt.StandardClaims
}
func (*JwtClaims) ParseJwtTokenSeed ¶
type JwtClient ¶
func InitJwtClient ¶
func (*JwtClient) NewJwtClaims ¶
func (*JwtClient) NewJwtToken ¶
Click to show internal directories.
Click to hide internal directories.