AMREntry class

An authentication method reference (AMR) entry.

An entry designates what method was used by the user to verify their identity and at what time.

see GoTrueMFAApi.getAuthenticatorAssuranceLevel.

Constructors

AMREntry({required AMRMethod method, required DateTime timestamp})
const
AMREntry.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
method AMRMethod
authentication method name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
Timestamp when the method was successfully used.
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