AuthModuleRestClient class abstract

Annotations

Constructors

AuthModuleRestClient(Dio dio, {String baseUrl})
factory

Properties

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

Methods

checkCode(CheckCodeRequest checkCodeRequest) Future<CheckCodeResponse>
checkResetPasswordCode(CheckCodeRequest checkCodeRequest) Future<CheckCodeResponse>
checkSignUpCode(CheckCodeRequest checkCodeRequest) Future<CheckCodeResponse>
generateCode(GenerateCodeRequest generateCodeRequest) Future<GenerateCodeResponse>
generateResetPasswordCode(GenerateCodeRequest generateCodeRequest) Future<GenerateCodeResponse>
generateSignUpCode(GenerateCodeRequest generateCodeRequest) Future<GenerateCodeResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword(String token, ResetPasswordRequest resetPasswordRequest) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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