These docs are for v1.0. Click to read the latest docs for v2.0.

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.