ping-identity
    Preparing search index...

    Type Alias BindingBiometricIosSignConfig

    iOS-specific biometric options for sign operations.

    type BindingBiometricIosSignConfig = {
        keyTag?: string;
    }
    Index

    Properties

    Properties

    keyTag?: string

    Keychain key tag for the biometric authenticator key.

    Ignored during sign — the tag stored at bind time is used automatically.