IAdmTotpSecretKeyInfo

The IAdmTotpSecretKeyInfo interface provides information about a secret key used to activate time-based one-time password authentication for a user.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • SecretKey

  • Gets the secret key.

  • Username

  • Gets the username of the account for which the secret key is meant.

  • BarcodeUrl

  • Gets the URL for barcode generation.

Details

SecretKey

Gets the secret key.

  • Type:
  • string
  • Access:
  • Read-only

Username

Gets the username of the account for which the secret key is meant.

  • Type:
  • string
  • Access:
  • Read-only

BarcodeUrl

Gets the URL for barcode generation.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2019.2

See also