AuthenticationException
extends Exception
in package
implements
Auth0Exception
FinalYes
Tags
Table of Contents
Interfaces
- Auth0Exception
- Represents all errors generated by SDK itself.
Constants
- MSG_REQUIRES_GRANT_TYPE : string = 'A grant type must be specified for this request'
Methods
- requiresGrantType() : self
Constants
MSG_REQUIRES_GRANT_TYPE
public
string
MSG_REQUIRES_GRANT_TYPE
= 'A grant type must be specified for this request'
Methods
requiresGrantType()
public
static requiresGrantType([Throwable|null $previous = null ]) : self
Parameters
- $previous : Throwable|null = null