OobCodeRequest class sealed
Meta-Class for multiple API-Endpoints
- Implementers
- Annotations
-
- @freezed
Constructors
-
OobCodeRequest.fromJson(Map<
String, dynamic> json) -
JSON constructor
factory
- OobCodeRequest.passwordReset({required String email, @Default(OobCodeRequestType.PASSWORD_RESET) OobCodeRequestType requestType})
-
https://firebase.google.com/docs/reference/rest/auth#section-send-password-reset-email
constfactory
- OobCodeRequest.verifyEmail({required String idToken, @Default(OobCodeRequestType.VERIFY_EMAIL) OobCodeRequestType requestType})
-
https://firebase.google.com/docs/reference/rest/auth#section-send-email-verification
constfactory
Properties
-
copyWith
→ $OobCodeRequestCopyWith<
OobCodeRequest> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestType → OobCodeRequestType
-
The type of confirmation code to send. Should always be
OobCodeRequestType.VERIFY_EMAIL.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited