Interface GetAuthorizeUrlResponse

Hierarchy

  • GetAuthorizeUrlResponse

Properties

Properties

codeVerifier: string

A string that will be required when exchanging for an user access token

session: Session

A session that can be used to read data. Can only be used after a successful authorization

url: string

The URL to redirect users to to trigger the authorization process.

Generated using TypeDoc