MonoCloud Management SDK
    Preparing search index...

    Interface PatchPasskeyAuthenticatorOptionsRequest

    Patch Passkey Authenticator Options Request: Used to partially update passkey-based authentication configuration.

    PatchPasskeyAuthenticatorOptionsRequest

    interface PatchPasskeyAuthenticatorOptionsRequest {
        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.

    PatchPasskeyAuthenticatorOptionsRequest

    enable_sign_in?: boolean

    Specifies whether users can sign in using passkeys.

    PatchPasskeyAuthenticatorOptionsRequest

    enable_sign_up?: boolean

    Specifies whether new users can sign up using passkeys.

    PatchPasskeyAuthenticatorOptionsRequest

    prompt_device_enrollment?: boolean

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

    PatchPasskeyAuthenticatorOptionsRequest

    prompt_enrollment?: boolean

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

    PatchPasskeyAuthenticatorOptionsRequest

    show_passkey_button?: boolean

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

    PatchPasskeyAuthenticatorOptionsRequest