ping-identity
    Preparing search index...

    Type Alias ExternalIdpAuthorizeOptions

    Per-call options for authorizeForJourney().

    redirectUri is NOT included here — it is captured once at factory creation time via createExternalIdpClient({ redirectUri }) when Auth Tab support is needed.

    type ExternalIdpAuthorizeOptions = {
        index?: number;
    }
    Index

    Properties

    Properties

    index?: number

    Index of the IdpCallback to authorize when multiple are present. Defaults to 0.