ping-identity
    Preparing search index...

    Type Alias ExternalIdpConfig

    Public factory configuration for createExternalIdpClient().

    type ExternalIdpConfig = {
        logger?: JourneyInstance;
        redirectUri?: string;
    }
    Index

    Properties

    Optional JavaScript logger instance.

    Must be created by @ping-identity/rn-logger (logger(...)).

    redirectUri?: string

    Optional app return URI used by Auth Tab-capable Android devices.

    When omitted, Android passes the native SDK's empty redirect URI default and Custom Tab fallback returns through appRedirectUriScheme.

    createExternalIdpClient({ redirectUri: 'com.myapp://callback' })