Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Claims ¶
type Claims struct { jwt.StandardClaims Owner string `json:"owner"` Admin bool `json:"admin"` Path string `json:"path"` }
Claims represents all the data found in JWT Claims
Click to show internal directories.
Click to hide internal directories.