PendingOtpVerification class

This class represents a pending One-Time-Password verification, which can be used to finish a One-Time-Password login.

Constructors

PendingOtpVerification()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited
verify(String code) Future<Map<String, dynamic>>
Verify the given code and finish the current user login.

Operators

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