Interface GetAuthorizeUrlOptions

Hierarchy

  • GetAuthorizeUrlOptions

Properties

callback: string

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

contractDetails: ContractDetails

Any contract related details here.

includeSampleDataOnlySources?: boolean

Flag to indicate if we should include sample data only sources. Default is false.

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

sampleData?: SampleDataOptions

Options for sample data flow

serviceId?: number

Onboard a service while authorizing.

sessionOptions?: {
    pull?: PullSessionOptions;
}

Any optional parameters for the share.

Type declaration

sourceType?: SourceType

Please use SourceType push to filter out only services that are push type. Default SourceType is set to pull.

state: string

Any extra data you want to be passed back after a authorization flow.

userAccessToken?: UserAccessToken

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

Generated using TypeDoc