Type alias CredentialAssertion

CredentialAssertion: {
    publicKey: PublicKeyCredentialRequestOptions;
}

The payload that should be sent to the browser for beginning the login process.

Type declaration

Generated using TypeDoc