RotatingBarcodeTotpDetails class
Configuration for the time-based OTP substitutions.
Constructors
-
RotatingBarcodeTotpDetails({String? algorithm, List<
RotatingBarcodeTotpDetailsTotpParameters> ? parameters, String? periodMillis}) - RotatingBarcodeTotpDetails.fromJson(Map json_)
Properties
- algorithm ↔ String?
-
The TOTP algorithm used to generate the OTP.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
↔ List<
RotatingBarcodeTotpDetailsTotpParameters> ? -
The TOTP parameters for each of the {totp_value_*} substitutions.
getter/setter pair
- periodMillis ↔ String?
-
The time interval used for the TOTP value generation, in milliseconds.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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