Interface CreateTotpDeviceBase32SecretKeyOptions

Export

Interface

CreateTotpDeviceBase32SecretKeyOptions

Hierarchy

  • CreateTotpDeviceBase32SecretKeyOptions

Properties

algorithm?: string

Optional algorithm override

Memberof

CreateTotpDeviceBase32SecretKeyOptions

base32SecretKey: string

Base32 secret key for TOTP device as alternative to OTP Auth URI or QR code.

Memberof

CreateTotpDeviceBase32SecretKeyOptions

digits?: number

Optional number of digits in TOTP code

Memberof

CreateTotpDeviceBase32SecretKeyOptions

issuer?: string

Optional issuer override for the TOTP device

Memberof

CreateTotpDeviceBase32SecretKeyOptions

name?: string

Name for labeling the TOTP device

Memberof

CreateTotpDeviceBase32SecretKeyOptions

period?: number

Optional period in seconds for TOTP code expiration

Memberof

CreateTotpDeviceBase32SecretKeyOptions

username?: string

Optional username for the TOTP device

Memberof

CreateTotpDeviceBase32SecretKeyOptions