OAuthErrorResponse

OAuth 2.0 error response (RFC 6749 ยง5.2).

  • error
    Type: string enum

    Machine-readable OAuth 2.0 error code.

    values
    • invalid_client
    • unsupported_grant_type
  • error_description
    Type: string

    Human-readable explanation of the error.

Grand Public API