SubmitSelfServiceSettingsFlowWithPasswordMethodBody class abstract

SubmitSelfServiceSettingsFlowWithPasswordMethodBody

Properties:

  • csrfToken - CSRFToken is the anti-CSRF token
  • method - Method Should be set to password when trying to update a password.
  • password - Password is the updated password

Properties

csrfToken String?
CSRFToken is the anti-CSRF token
no setter
hashCode int
The hash code for this object.
no setterinherited
method String
Method Should be set to password when trying to update a password.
no setter
password String
Password is the updated password
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(SubmitSelfServiceSettingsFlowWithPasswordMethodBodyBuilder)) SubmitSelfServiceSettingsFlowWithPasswordMethodBody
Rebuilds the instance.
inherited
toBuilder() SubmitSelfServiceSettingsFlowWithPasswordMethodBodyBuilder
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<SubmitSelfServiceSettingsFlowWithPasswordMethodBody>
no setter