OAuth2ErrorResponse

OAuth2 error response

  • message
    Type: string
    required

    Error message. Possible values: 'Client authentication failed', 'The refresh token is invalid or expired', 'Refresh token has already been used', 'The access token has expired', 'The session has been revoked', 'The requested scope is invalid or unknown', 'Maximum number of active sessions exceeded'

  • status
    Type: integer
    required

    HTTP error status code

  • data
    Type: null

    No data on error

  • timestamp
    Type: number

    Unix timestamp in milliseconds