Skip to main content

RequestOtpOptions

@loginid/websdk3Docs


@loginid/websdk3 / Internal Modules / RequestOtpOptions

Interface: RequestOtpOptions

Request OTP options.

Extends

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.

Inherited from

AuthenticateWithPasskeyAutofillOptions.abortSignal


authzToken?

optional authzToken: string

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

Inherited from

AuthenticateWithPasskeyAutofillOptions.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.

Inherited from

AuthenticateWithPasskeyAutofillOptions.autoFill


callbacks?

optional callbacks: Callbacks

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

Inherited from

AuthenticateWithPasskeyAutofillOptions.callbacks