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

    Type Alias RelyingPartyConfig

    The RP responsible for registering and authenticating the user. Read more: https://w3c.github.io/webauthn/#dom-publickeycredentialcreationoptions-rp

    type RelyingPartyConfig = {
        rpId: string;
        rpName: string;
    }
    Index

    Properties

    Properties

    rpId: string
    rpName: string