Interface GetOnboardServiceUrlOptions

Hierarchy

  • GetOnboardServiceUrlOptions

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 services that are sample data only services. 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

Service ID to be added. If serviceId is not passed user will have option to choose service that will be added.

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.

userAccessToken: UserAccessToken

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

Generated using TypeDoc