AuthenticationService class

Inheritance

Constructors

AuthenticationService(dynamic baseUrl, dynamic headers, dynamic options)

Properties

accessToken String?
getter/setter pairinherited
baseOptions Options?
getter/setter pairinherited
baseUrl String
getter/setter pair
baseUrlRoot String
getter/setter pairinherited
customers CustomerService
getter/setter pair
dio → Dio
finalinherited
hashCode int
The hash code for this object.
no setterinherited
headerDefault Map<String, String>
getter/setter pairinherited
headerParams HeadersInput
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicer ServicerService
getter/setter pair

Methods

deletex<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
forgotPasswordByEmail(EmailInput body) Future<ResponseModel>
Forgot password by email
getx<T>(String path, {Options? queryParams}) Future<Response>
inherited
handleRefreshToken() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
postx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
putx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
refreshToken(UserRefreshTokenInput body) Future<ResponseModel>
User refresh token
resetPasswordByEmail(ResetPasswordByEmailInput body) Future<ResponseModel>
Reset password by email
toString() String
A string representation of this object.
inherited
validateForgotPasswordKeyByEmail(ValidateForgotKeyByEmailInput body) Future<ResponseModel>
Validate forgot key by email

Operators

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