Node.js SDK for digi.me
    Preparing search index...

    Interface GetReauthorizeAccountUrlOptions

    interface GetReauthorizeAccountUrlOptions {
        accountId: string;
        callback: string;
        contractDetails: ContractDetails;
        locale?: string;
        userAccessToken: UserAccessToken;
    }
    Index

    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 preferred 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.