Interface UpdateTotpDeviceOptions

Export

Interface

UpdateTotpDeviceOptions

Hierarchy

  • UpdateTotpDeviceOptions

Properties

algorithm?: string

Updated algorithm for the TOTP device

Memberof

UpdateTotpDeviceOptions

digits?: number

Updated number of digits in TOTP code

Memberof

UpdateTotpDeviceOptions

issuer?: string

Updated issuer for the TOTP device

Memberof

UpdateTotpDeviceOptions

name?: string

Updated name for labeling the TOTP device

Memberof

UpdateTotpDeviceOptions

period?: number

Updated period in seconds for TOTP code expiration

Memberof

UpdateTotpDeviceOptions

username?: string

Updated username for the TOTP device

Memberof

UpdateTotpDeviceOptions