Preparing search index...
The search index is not available
@auth0/nextjs-auth0 - v4.4.0
@auth0/nextjs-auth0
errors
AuthorizationCodeGrantError
Class AuthorizationCodeGrantError
Hierarchy (
View Summary
)
SdkError
AuthorizationCodeGrantError
Index
Constructors
constructor
Properties
cause
code
Constructors
constructor
new
AuthorizationCodeGrantError
(
__namedParameters
:
{
cause
:
OAuth2Error
;
message
?:
string
}
,
)
:
AuthorizationCodeGrantError
Parameters
__namedParameters
:
{
cause
:
OAuth2Error
;
message
?:
string
}
Returns
AuthorizationCodeGrantError
Properties
cause
cause
:
OAuth2Error
code
code
:
string
= "authorization_code_grant_error"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
code
@auth0/nextjs-auth0 - v4.4.0
Loading...