AuthenticationException
extends Exception
implements
Auth0Exception
-
codeCoverageIgnore
-
Interfaces, Classes, Traits and Enums
- Auth0Exception
- Represents all errors generated by SDK itself.
Table of Contents
-
MSG_REQUIRES_GRANT_TYPE
= 'A grant type must be specified for this request'
-
requiresGrantType()
: self
MSG_REQUIRES_GRANT_TYPE
public
mixed
MSG_REQUIRES_GRANT_TYPE
= 'A grant type must be specified for this request'
requiresGrantType()
public
static requiresGrantType([Throwable|null $previous = null ]) : self
Parameters
-
$previous
: Throwable|null
= null
-
Return values
self
—