String. The client ID, obtained during app registration.
Optional
force_Boolean. Forces the user to re-login, which is necessary for authorizing with multiple accounts from the same instance.
Optional
langString. The ISO 639-1 two-letter language code to use while rendering the authorization form.
String. Set a URI to redirect the user to. If this parameter is set to urn:ietf:wg:oauth:2.0:oob
then the authorization code will be shown instead. Must match one of the redirect_uris
declared during app registration.
String. Should be set equal to code
.
Optional
scopeString. List of requested OAuth scopes, separated by spaces (or by pluses, if using query parameters). Must be a subset of scopes
declared during app registration. If not provided, defaults to read
.