ping-identity
    Preparing search index...

    Type Alias BindingAppPinConfig

    App PIN authenticator options.

    type BindingAppPinConfig = {
        keystoreType?: string;
        keyTag?: string;
        maxAttempts?: number;
        prompt?: Partial<BindingPrompt>;
    }
    Index

    Properties

    keystoreType?: string

    KeyStore type used for app PIN key storage (Android only).

    Defaults to "PKCS12" when omitted. Only change this if you have a specific compatibility requirement.

    keyTag?: string

    Keychain key tag for the app PIN authenticator key (iOS only, bind only).

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

    maxAttempts?: number
    prompt?: Partial<BindingPrompt>