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

mergeCredentialCreationOptions

Merges WebAuthn credential creation options with overrides. Sets sensible defaults for authenticator selection and extensions.

function mergeCredentialCreationOptions(baseOptions: PublicKeyCredentialCreationOptionsFuture, overrides?: Partial<PublicKeyCredentialCreationOptionsFuture>): PublicKeyCredentialCreationOptionsFuture;
§

§Parameters

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

§Return Type

§

Merged credential creation options