OAuthError interface
OAuthError represents the oauth error response. https://tools.ietf.org/html/rfc6749#section-4.1.2.1
Signature:
export declare interface OAuthError
Properties
Property | Type | Description |
---|---|---|
error_description | string | |
error_uri | string | |
error | string | |
state | string |