SubmitSelfServiceSettingsFlowWithProfileMethodBody class abstract

nolint:deadcode,unused

Properties:

  • csrfToken - The Anti-CSRF Token This token is only required when performing browser flows.
  • method - Method Should be set to profile when trying to update a profile.
  • traits - Traits contains all of the identity's traits.

Properties

csrfToken String?
The Anti-CSRF Token This token is only required when performing browser flows.
no setter
hashCode int
The hash code for this object.
no setterinherited
method String
Method Should be set to profile when trying to update a profile.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traits → JsonObject
Traits contains all of the identity's traits.
no setter

Methods

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