Module "helpers/getAuthorizationUrl"
Type aliases
GetAuthorizationUrlOptions
Get
AuthorizationUrlOptions: { scope?: AuthorizationScope[]; show_dialog?: undefined | false | true; state?: undefined | string }
Type declaration
-
-
Optional show_dialog?: undefined | false | true
-
Optional state?: undefined | string
Functions
getAuthorizationUrl
- getAuthorizationUrl(clientId: string, redirectUri: string, responseType: "code" | "token", options?: GetAuthorizationUrlOptions): string
-
Parameters
-
clientId: string
-
redirectUri: string
-
responseType: "code" | "token"
-
Returns string