Configuration options for ESPRMBase SDK.

Properties

appUtilityAdapter?: ESPAppUtilityAdapterInterface
authUrl?: string
baseUrl: string
claimUrl?: string
clientId?: string
customStorageAdapter?: ESPRMStorageAdapterInterface
localControlAdapter?: ESPLocalControlAdapterInterface
localDiscoveryAdapter?: ESPLocalDiscoveryAdapterInterface
nativeLoginAdapter?: ESPNativeLoginAdapterInterface

Optional on-device sign-in adapter. When supplied, loginWithOauth prefers the platform's own account UI for providers it supports and falls back to oauthAdapter's browser flow otherwise.

notificationAdapter?: ESPNotificationAdapterInterface
provisionAdapter?: ESPProvisionAdapterInterface
redirectUrl?: string
version?: string