Interface ClearSessionOptions

Options for configuring the SDK's clear session behaviour.

interface ClearSessionOptions {
    customScheme?: string;
    useLegacyCallbackUrl?: boolean;
}

Properties

customScheme?: string

Android only: Custom scheme to build the callback URL with.

useLegacyCallbackUrl?: boolean

Generated using TypeDoc