ping-identity
    Preparing search index...

    Type Alias FidoAndroidConfig

    Android-specific FIDO runtime configuration options.

    type FidoAndroidConfig = {
        useFido2Client?: boolean;
    }
    Index

    Properties

    Properties

    useFido2Client?: boolean

    Android API selection override.

    Applies on Android only.

    • undefined: Use native SDK auto-detection/default behavior.
    • true: Force Google Play Services FIDO2 APIs.
    • false: Force Android Credential Manager APIs.