flutter_login_service library
Classes
- EmailPasswordLogin
- Error
- A Error object contains the title and message of an error.
- LocalLoginService
- A local login service for testing purposes.
-
LoginResponse<
T> - A LoginResponse object is returned from a login attempt. If the login was successful, loginSuccessful will be true and userObject will contain the user object. If the login was not successful, loginSuccessful will be false and loginError will contain an Error object with the error title and message.
- LoginServiceInterface
- A service to handle authentication. Implement this class to create a custom login service.
- LoginServiceTranslations
-
LoginServiceTranslations is used to provide custom error messages
for the
LoginServiceimplementations. -
RequestPasswordResponse<
T> - A RequestPasswordResponse object is returned from a password reset request. If the request was successful, requestSuccesfull will be true. If the request was not successful, requestSuccesfull will be false and requestPasswordError will contain an Error object with the error title and message.