SubmitSelfServiceVerificationFlowWithLinkMethodBody class abstract

SubmitSelfServiceVerificationFlowWithLinkMethodBody

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 supports link only right now.

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 supports link only right now.
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(SubmitSelfServiceVerificationFlowWithLinkMethodBodyBuilder)) SubmitSelfServiceVerificationFlowWithLinkMethodBody
Rebuilds the instance.
inherited
toBuilder() SubmitSelfServiceVerificationFlowWithLinkMethodBodyBuilder
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<SubmitSelfServiceVerificationFlowWithLinkMethodBody>
no setter