Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnsupportedGrantType = errors.New("unsupported grant type") ErrPasswordIncorrect = errors.New("password incorrect") ErrClientNotFound = errors.New("client not found") ErrUserNotFound = errors.New("user not found") ErrTokenNotFound = errors.New("token not found") ErrTokenExpired = errors.New("token is expired") ErrTokenUsedBeforeIssued = errors.New("token used before issued") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.