[]
        
(Showing Draft Content)

OAuthError Class

OAuthError Class

Represents an error that occurred in the authorization process.

Heirarchy

Constructors

Properties

Constructors

constructor

  • Initializes a new instance of an OAuthError object.

    Parameters

    • error: any

      Object containing information about the error.

    Returns OAuthError

Properties

error

error: any

Gets an object that contains information about the error.

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.