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