algorithm property

String? algorithm
getter/setter pair

The TOTP algorithm used to generate the OTP. Possible string values are:

  • "TOTP_ALGORITHM_UNSPECIFIED"
  • "TOTP_SHA1" : TOTP algorithm from RFC 6238 with the SHA1 hash function

Implementation

core.String? algorithm;