@beyondidentity/bi-sdk-js
    Preparing search index...

    Interface BindPasskeyResponse

    A response returned after successfully binding a passkey to a device.

    interface BindPasskeyResponse {
        message?: string;
        passkey: Passkey;
        postBindingRedirectUri?: string;
    }
    Index

    Properties

    message?: string

    An optional displayable message defined by policy returned by the cloud on success.

    passkey: Passkey

    The Passkey bound to the device.

    postBindingRedirectUri?: string

    A URI that can be redirected to once a passkey is bound. This could be a URI that automatically logs the user in with the newly bound passkey, or a success page indicating that a passkey has been bound.