ping-identity
    Preparing search index...

    Type Alias ExternalIdpErrorCode

    ExternalIdpErrorCode:
        | "EXTERNAL_IDP_AUTHORIZE_ERROR"
        | "EXTERNAL_IDP_CANCELLED"
        | "EXTERNAL_IDP_UNSUPPORTED_PROVIDER"
        | "EXTERNAL_IDP_CALLBACK_NOT_FOUND"
        | "EXTERNAL_IDP_CONFIG_ERROR"
        | "EXTERNAL_IDP_ACTIVITY_UNAVAILABLE"
        | "EXTERNAL_IDP_WINDOW_UNAVAILABLE"

    Stable error codes emitted by the external IdP module.

    Keep these in sync with native error constants:

    • Android: ExternalIdpErrorCodes.kt
    • iOS: ExternalIdpErrorCode Swift enum