UpdateVerificationFlowWithLinkMethod class abstract
Update Verification Flow with Link Method
Properties:
- csrfToken - Sending the anti-csrf token is only required for browser login flows.
- email - Email to Verify Needs to be set when initiating the flow. If the email is a registered verification email, a verification link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email
- method - Method is the method that should be used for this verification flow Allowed values are
link
andcode
- Annotations
-
- @BuiltValue()
Constructors
- UpdateVerificationFlowWithLinkMethod([void updates(UpdateVerificationFlowWithLinkMethodBuilder b)])
-
factory
Properties
- csrfToken → String?
-
Sending the anti-csrf token is only required for browser login flows.
no setter
- email → String
-
Email to Verify Needs to be set when initiating the flow. If the email is a registered verification email, a verification link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → String
-
Method is the method that should be used for this verification flow Allowed values are
link
andcode
no setter - 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
-
rebuild(
dynamic updates(UpdateVerificationFlowWithLinkMethodBuilder)) → UpdateVerificationFlowWithLinkMethod -
Rebuilds the instance.
inherited
-
toBuilder(
) → UpdateVerificationFlowWithLinkMethodBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
UpdateVerificationFlowWithLinkMethod> -
no setter