@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface RegisterPasskeyResponse

    Response from the network for registering passkey request.

    interface RegisterPasskeyResponse {
        passkeyCredentialId: string;
    }
    Index

    Properties

    passkeyCredentialId: string

    The registered passkey credential id. This helps both the user and the network to identify the passkey.