OAuthError Type
OAuth error types for the AT Protocol OAuth flow.
Union cases
| Union case |
Description
|
Full Usage:
DPoPError message
Parameters:
string
|
|
Full Usage:
DiscoveryFailed message
Parameters:
string
|
|
Full Usage:
InvalidState message
Parameters:
string
|
|
Full Usage:
NetworkError message
Parameters:
string
|
|
Full Usage:
TokenRequestFailed(error, description)
Parameters:
string
description : string option
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDPoPError
Returns: bool
|
|
Full Usage:
this.IsDiscoveryFailed
Returns: bool
|
|
Full Usage:
this.IsInvalidState
Returns: bool
|
|
Full Usage:
this.IsNetworkError
Returns: bool
|
|
Full Usage:
this.IsTokenRequestFailed
Returns: bool
|
|