docs.rodeo

MDN Web Docs mirror

PublicKeyCredentialRequestOptions

{{APIRef("Web Authentication API")}} {{securecontext_header}} 

The PublicKeyCredentialRequestOptions dictionary represents the object passed to {{domxref("CredentialsContainer.get()")}}  as the value of the publicKey option.

It is used to request a {{domxref("PublicKeyCredential")}}  provided by an {{glossary("authenticator")}}  that supports the Web Authentication API.

Instance properties

Specifications

{{Specifications}} 

In this article

View on MDN