UpdateRegistrationFlowWithPasswordMethod class abstract

Update Registration Flow with 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
  • transientPayload - Transient data to pass along to any webhooks
Annotations
  • @BuiltValue()

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
transientPayload → JsonObject?
Transient data to pass along to any webhooks
no setter

Methods

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