ping-identity
    Preparing search index...

    Type Alias ExternalIdpResult

    Result returned by authorizeForJourney().

    Maps the native IdpResult data class:

    • Android: com.pingidentity.idp.IdpResult
    • iOS: IdpResult
    type ExternalIdpResult = {
        additionalParameters?: Record<string, string>;
        token: string;
    }
    Index

    Properties

    additionalParameters?: Record<string, string>

    Additional parameters returned by the IdP.

    token: string

    The token returned by the IdP authorization flow.