CodeResponseExtension extension

The fields that are contained in the code response object.

on

Properties

code String?
The authorization code of a successful token response.
no setter
error String?
A single ASCII error code.
no setter
error_description String?
Human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred.
no setter
error_uri String?
A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
no setter
scope List<String>
A list of scopes that are approved by the user.
no setter
state String?
The string value that your application uses to maintain state between your authorization request and the response.
no setter