algorithm property
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;
The TOTP algorithm used to generate the OTP. Possible string values are:
core.String? algorithm;