AuthResponse class
Response which might or might not contain session and/or user
Constructors
- AuthResponse({Session? session, User? user})
-
AuthResponse.fromJson(Map<
String, dynamic> json) -
Instanciates an
AuthResponse
object from json response.
Properties
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