EmailOtpBetterAuth class abstract
- Annotations
-
- @RestApi(callAdapter: BetterAuthCallAdapter)
Constructors
- EmailOtpBetterAuth.new(Dio dio, {String? baseUrl, ParseErrorLogger? errorLogger})
-
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
-
forgotPassword(
{required String email}) → Future< Result< SuccessResponse> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetPassword(
{required String email, required String otp, required String password}) → Future< Result< SuccessResponse> > -
sendVerification(
{required String email, required String type}) → Future< Result< SuccessResponse> > -
signIn(
{required String email, required String otp}) → Future< Result< SignUpResponse> > -
toString(
) → String -
A string representation of this object.
inherited
-
verifyEmail(
{required String email, required String otp}) → Future< Result< SignUpResponse> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited