TOTPEnrollment class

Constructors

TOTPEnrollment({required String qrCode, required String secret, required String uri})
const
TOTPEnrollment.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
qrCode String
Contains a QR code encoding the authenticator URI.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
The TOTP secret (also encoded in the QR code).
final
uri String
The authenticator URI encoded within the QR code, should you need to use it. Avoid logging this value to the console.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited