Documentation ¶
Index ¶
Constants ¶
View Source
const ( TokenUseAccess = "access" TokenUseID = "id" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Claims ¶
type Claims struct { jwt.RegisteredClaims CognitoClaims EnlightClaims }
type CognitoClaims ¶
type EnlightClaims ¶
type ErrNotValidNow ¶ added in v2.28.0
type ErrNotValidNow struct {
// contains filtered or unexported fields
}
func (ErrNotValidNow) Error ¶ added in v2.33.11
func (e ErrNotValidNow) Error() string
func (ErrNotValidNow) Is ¶ added in v2.33.11
func (e ErrNotValidNow) Is(target error) bool
func (ErrNotValidNow) Unwrap ¶ added in v2.33.11
func (e ErrNotValidNow) Unwrap() error
Click to show internal directories.
Click to hide internal directories.