interface-authorizationoptions
Interface: AuthorizationOptions
Authorization options for the authorization flow.
See requestAuthorization
Hierarchy
- AuthorizationOptions
Index
Properties
Properties
redirect_uri
• Optional
redirect_uri: undefined | string
The url the user will be redirected after the authorization.
This url must be registered in your app "Redirect URLs" list.
state
• Optional
state: undefined | string
oAuth state parameter. It will be send back to the defined redirect_uri
.
Updated over 2 years ago