SubmitSelfServiceRegistrationFlowWithPasswordMethodBody class abstract

SubmitSelfServiceRegistrationFlowWithPasswordMethodBody is used to decode the registration form payload when using the password method.

Properties:

  • csrfToken - The CSRF Token
  • method - Method to use This field must be set to password when using the password method.
  • password - Password to sign the user up with
  • traits - The identity's traits

Properties

csrfToken String?
The CSRF Token
no setter
hashCode int
The hash code for this object.
no setterinherited
method String
Method to use This field must be set to password when using the password method.
no setter
password String
Password to sign the user up with
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traits → JsonObject
The identity's traits
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SubmitSelfServiceRegistrationFlowWithPasswordMethodBodyBuilder)) SubmitSelfServiceRegistrationFlowWithPasswordMethodBody
Rebuilds the instance.
inherited
toBuilder() SubmitSelfServiceRegistrationFlowWithPasswordMethodBodyBuilder
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<SubmitSelfServiceRegistrationFlowWithPasswordMethodBody>
no setter