Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an OAuth 2 error. See http://tools.ietf.org/html/rfc6749 for more information on OAuth and OAuth errors.

Hierarchy

  • OAuth2Error

Index

Properties

code

code: string

The well known OAuth 2 error code. These are well known values, see http://tools.ietf.org/html/rfc6749.

description

description: string

Text providing additional information, used to assist the client developer in understanding the error that occurred.

Static ACCESS_DENIED_ERROR_CODE

ACCESS_DENIED_ERROR_CODE: string

The error code that results if the user denies the authorization.