The authorization code generated by the Provider.
Generally used by a backend server to generate an access token.
An error code sent from the Provider
Human-readable message sent back by the Provider.
A URI to a human-readable web page with information about the error.
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.
A value sent back by the server to the client.
Used to prevent cross-site request forgery.
The type of the token issued.
Generated using TypeDoc
The access token issued by the Provider.