Auth class

Inheritance

Constructors

Auth.new({required String baseUrl, String collectionName = "users"})

Properties

baseUrl String
final
collectionName String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authWithPassword<T>({required String identity, required String password, String? expand, String? fields}) Future<T>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPasswordReset<T>(String email) Future<T>
override
requestVerification<T>(String email) Future<T>
override
toString() String
A string representation of this object.
inherited

Operators

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