ping-identity
    Preparing search index...

    Type Alias BindingBiometricIosBindConfig

    iOS-specific biometric options for bind operations.

    type BindingBiometricIosBindConfig = {
        keyTag?: string;
    }
    Index

    Properties

    Properties

    keyTag?: string

    Keychain key tag for the biometric authenticator key (bind only).

    Only applied during bind — the tag is stored with the key at creation time and used automatically on subsequent sign operations.