Interface CreateTotpDeviceCustomOptions

Export

Interface

CreateTotpDeviceCustomOptions

Hierarchy

  • CreateTotpDeviceCustomOptions

Properties

algorithm?: string

Optional algorithm override

Memberof

CreateTotpDeviceCustomOptions

digits?: number

Optional number of digits in TOTP code

Memberof

CreateTotpDeviceCustomOptions

issuer?: string

Optional issuer override for the TOTP device

Memberof

CreateTotpDeviceCustomOptions

name?: string

Name for labeling the TOTP device

Memberof

CreateTotpDeviceCustomOptions

period?: number

Optional period in seconds for TOTP code expiration

Memberof

CreateTotpDeviceCustomOptions

secret: string

The base32 encoded secret provided by the identity provider for the TOTP device.

Memberof

CreateTotpDeviceCustomOptions

username?: string

Optional username for the TOTP device

Memberof

CreateTotpDeviceCustomOptions