@beyondidentity/bi-sdk-react-native
    Preparing search index...

    Interface BindPasskeyResponse

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

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

    Properties

    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.