GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo class
Mfa response info specific to TOTP auth for StartMfa.
Constructors
- GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo({String? finalizeEnrollmentTime, String? hashingAlgorithm, int? periodSec, String? sessionInfo, int? verificationCodeLength})
- GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo.fromJson(Map json_)
Properties
- finalizeEnrollmentTime ↔ String?
-
The time by which the enrollment must finish.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashingAlgorithm ↔ String?
-
The hashing algorithm used to generate the verification code.
getter/setter pair
- periodSec ↔ int?
-
Duration in seconds at which the verification code will change.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionInfo ↔ String?
-
An encoded string that represents the enrollment session.
getter/setter pair
-
A base 32 encoded string that represents the shared TOTP secret.
getter/setter pair
- verificationCodeLength ↔ int?
-
The length of the verification code that needs to be generated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited