Skip to main content

AuthenticateWithPasskeysOptions

@loginid/websdk3Docs


@loginid/websdk3 / Internal Modules / AuthenticateWithPasskeysOptions

Interface: AuthenticateWithPasskeysOptions

Authenticate with passkeys options.

Extends

Extended by

Properties

abortSignal?

optional abortSignal: AbortSignal

This should be used with the options.autoFill option to trigger the cancellation of the passkey conditional UI. Pass this if additional passkeys API calls may be anticipated on the current context page.


authzToken?

optional authzToken: string

Authorization token used for accessing protected resources typically used for adding multiple passkeys to a user.

Inherited from

PasskeyOptions.authzToken


autoFill?

optional autoFill: boolean

When true it will enable passkeys on the browser autofill suggestions if supported (conditional UI). Username does not need to be set.


callbacks?

optional callbacks: Callbacks

Callback functions that can be triggered on various events during the authentication process.

Inherited from

PasskeyOptions.callbacks