Type alias CredentialCreation

CredentialCreation: {
    publicKey: PublicKeyCredentialCreationOptions;
}

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

Type declaration

Generated using TypeDoc