Interface GetReauthorizeAccountUrlOptions

Hierarchy

  • GetReauthorizeAccountUrlOptions

Properties

accountId: string

AccountID to reauthorize.

callback: string

A URL to call to be called after authorization is done.

contractDetails: ContractDetails

Any contract related details here.

locale?: string

Send prefared locale for authorization client to be used. If passed locale is not supported then language will fallback to browser language. If browser locale is not supported we will fallback to default locale (en).

userAccessToken: UserAccessToken

User access token you may already have for this user from this or from another contract.

Generated using TypeDoc