GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/oidc-client
types
TokenExchangeErrorResponse
Interface TokenExchangeErrorResponse
interface
TokenExchangeErrorResponse
{
error
:
string
;
message
:
string
;
type
:
"network_error"
|
"unknown_error"
|
"exchange_error"
|
"state_error"
;
}
Index
Properties
error
message
type
Properties
error
error
:
string
message
message
:
string
type
type
:
"network_error"
|
"unknown_error"
|
"exchange_error"
|
"state_error"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
message
type
GitHub
Documentation
Loading...