GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/oidc-client
types
AuthorizationError
Interface AuthorizationError
interface
AuthorizationError
{
error
:
string
;
error_description
:
string
;
redirectUrl
?:
string
;
type
:
|
"auth_error"
|
"argument_error"
|
"network_error"
|
"unknown_error"
|
"wellknown_error"
;
}
Index
Properties
error
error_
description
redirect
Url?
type
Properties
error
error
:
string
error_
description
error_description
:
string
Optional
redirect
Url
redirectUrl
?:
string
type
type
:
|
"auth_error"
|
"argument_error"
|
"network_error"
|
"unknown_error"
|
"wellknown_error"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
error_
description
redirect
Url
type
GitHub
Documentation
Loading...