OAuthServerError Type
Error type for OAuth server operations.
Union cases
| Union case |
Description
|
Full Usage:
AccessDenied message
Parameters:
string
|
|
Full Usage:
InvalidClient message
Parameters:
string
|
|
Full Usage:
InvalidDpopProof message
Parameters:
string
|
|
Full Usage:
InvalidGrant message
Parameters:
string
|
|
Full Usage:
InvalidRequest message
Parameters:
string
|
|
Full Usage:
InvalidScope message
Parameters:
string
|
|
Full Usage:
ServerError message
Parameters:
string
|
|
Full Usage:
UnauthorizedClient message
Parameters:
string
|
|
Full Usage:
UnsupportedGrantType message
Parameters:
string
|
|
Full Usage:
UseDpopNonce nonce
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Description
Returns: string
|
|
Full Usage:
this.ErrorCode
Returns: string
|
|
Full Usage:
this.IsAccessDenied
Returns: bool
|
|
Full Usage:
this.IsInvalidClient
Returns: bool
|
|
Full Usage:
this.IsInvalidDpopProof
Returns: bool
|
|
Full Usage:
this.IsInvalidGrant
Returns: bool
|
|
Full Usage:
this.IsInvalidRequest
Returns: bool
|
|
Full Usage:
this.IsInvalidScope
Returns: bool
|
|
Full Usage:
this.IsServerError
Returns: bool
|
|
Full Usage:
this.IsUnauthorizedClient
Returns: bool
|
|
Full Usage:
this.IsUnsupportedGrantType
Returns: bool
|
|
Full Usage:
this.IsUseDpopNonce
Returns: bool
|
|