Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PublicKeyCredentialRequestOptionsFuture

Enhanced PublicKeyCredentialRequestOptions that knows about the latest features. Used for WebAuthn authentication ceremonies.

interface PublicKeyCredentialRequestOptionsFuture extends StrictOmit<PublicKeyCredentialRequestOptions, "allowCredentials"> {
attestation?: AttestationConveyancePreference;
}

§Extends

§
StrictOmit<PublicKeyCredentialRequestOptions, "allowCredentials">
[src]

§Properties

§

A list of credentials acceptable for authentication.

§
attestation?: AttestationConveyancePreference
[src]

The attestation conveyance preference for the authentication ceremony.

§

Hints about what types of authenticators the user might want to use.