Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Claims ¶
type Claims struct { UserID int64 `json:"user_id"` Username string `json:"username"` TokenType TokenType `json:"token_type"` jwt.StandardClaims }
func ValidateAccess ¶
func ValidateRefresh ¶
Click to show internal directories.
Click to hide internal directories.