Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

access_token

access_token: string

The access token issued by the Provider.

code

code: string

The authorization code generated by the Provider.

Generally used by a backend server to generate an access token.

error

error: "unauthorized_client" | "access_denied" | "unsupported_response_type" | "invalid_scope" | "server_error" | "temporarily_unavailable"

An error code sent from the Provider

Optional error_description

error_description: string

Human-readable message sent back by the Provider.

Optional error_uri

error_uri: string

A URI to a human-readable web page with information about the error.

expires_in

expires_in: string

The lifetime (in seconds) of the access_token.

For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated.

state

state: string

A value sent back by the server to the client.

Used to prevent cross-site request forgery.

token_type

token_type: "bearer" | "mac"

The type of the token issued.

Generated using TypeDoc