MonoCloud Management SDK
    Preparing search index...

    Interface PasskeyAuthenticatorOptions

    Passkey Authenticator Options Response: Represents the configuration for passkey-based authentication.

    PasskeyAuthenticatorOptions

    interface PasskeyAuthenticatorOptions {
        enable_auto_complete: boolean;
        enable_sign_in: boolean;
        enable_sign_up: boolean;
        prompt_device_enrollment: boolean;
        prompt_enrollment: boolean;
        show_passkey_button: boolean;
    }
    Index

    Properties

    enable_auto_complete: boolean

    Specifies whether passkeys can be auto-filled using the identifier field on the sign-in page.

    PasskeyAuthenticatorOptions

    enable_sign_in: boolean

    Specifies whether users can sign in using passkeys.

    PasskeyAuthenticatorOptions

    enable_sign_up: boolean

    Specifies whether new users can sign up using passkeys.

    PasskeyAuthenticatorOptions

    prompt_device_enrollment: boolean

    Specifies whether users should be prompted to enroll a passkey for the current device if no device-specific passkey exists.

    PasskeyAuthenticatorOptions

    prompt_enrollment: boolean

    Specifies whether users should be prompted to enroll a passkey if none exists.

    PasskeyAuthenticatorOptions

    show_passkey_button: boolean

    Specifies whether the “Continue with Passkey” button is shown on the sign-in page.

    PasskeyAuthenticatorOptions