Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomClaim ¶
type CustomClaim struct { Id int `json:"id"` Name string `json:"name"` Type string `json:"type"` jwt.RegisteredClaims }
CustomClaim jwt claim
func Parse ¶ added in v0.0.2
func Parse(tokenString string) (*CustomClaim, error)
Parse JWT Token with CustomClaim
Click to show internal directories.
Click to hide internal directories.