AuthService class
Constructors
- AuthService(ApiClient client)
- Constructs an AuthService using the provided ApiClient.
Properties
Methods
-
login(
UserModel credentials) → Future< UserModel> - Logs a user in to the Form.io project.
-
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