Interface: XmBindIdConfig

Application-wide configuration for the BindID Client SDK.

Hierarchy

  • XmBindIdConfig

Properties

apiCompat

Optional apiCompat: XmBindIdApiCompatibilityLevel | null

API Compatibility Level to use for the SDK. By fixing this value to a given API Level, SDK clients can signal that they want the SDK calls to behave as they behaved in that given API level. While this means that SDK behavior doesn't change, it also means that the applications may not benefit from updated SDK behavior. Clients are thus expected to periodically update the SDK API level they're interested in. If not provided, assumed level is 'latest'.


clientId

clientId: string

BindID client ID as provisioned with the BindID service.


disableStateValidation

Optional disableStateValidation: boolean | null

A flag indicating whether state sent on BindID Client SDK authenticate call is validated during processRedirectResponse.