package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Jun 14, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
HasClaims is used to determine if a set of userClaims matches the requiredClaims
type JWTClaims struct {
Email string `json:"email"`
AppMetaData map[string]interface{} `json:"app_metadata"`
UserMetaData map[string]interface{} `json:"user_metadata"`
jwt.StandardClaims
}
JWTClaims represents the JWT claims information.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.