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

mergeCredentialRequestOptions

Merges WebAuthn credential request options with overrides. Sets sensible defaults for user verification and hints.

function mergeCredentialRequestOptions(baseOptions: PublicKeyCredentialRequestOptionsFuture, overrides?: Partial<PublicKeyCredentialRequestOptionsFuture>): PublicKeyCredentialRequestOptionsFuture;
§

§Parameters

§
  • The base options from the server
§
overrides?: Partial<PublicKeyCredentialRequestOptionsFuture> optional
[src]
  • Optional overrides to apply

§Return Type

§

Merged credential request options