SubmitSelfServiceSettingsFlowBody class abstract

SubmitSelfServiceSettingsFlowBody

Properties:

  • csrfToken - CSRFToken is the anti-CSRF token
  • method - Method Should be set to "totp" when trying to add, update, or remove a totp pairing.
  • password - Password is the updated password
  • traits - The identity's traits in: body
  • flow - Flow ID is the flow's ID. in: query
  • link - Link this provider Either this or unlink must be set. type: string in: body
  • unlink - Unlink this provider Either this or link must be set. type: string in: body
  • totpCode - ValidationTOTP must contain a valid TOTP based on the
  • totpUnlink - UnlinkTOTP if true will remove the TOTP pairing, effectively removing the credential. This can be used to set up a new TOTP device.

Properties

csrfToken String?
CSRFToken is the anti-CSRF token
no setter
flow String?
Flow ID is the flow's ID. in: query
no setter
hashCode int
The hash code for this object.
no setterinherited
Link this provider Either this or unlink must be set. type: string in: body
no setter
method String?
Method Should be set to "totp" when trying to add, update, or remove a totp pairing.
no setter
password String?
Password is the updated password
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totpCode String?
ValidationTOTP must contain a valid TOTP based on the
no setter
UnlinkTOTP if true will remove the TOTP pairing, effectively removing the credential. This can be used to set up a new TOTP device.
no setter
traits → JsonObject?
The identity's traits in: body
no setter
Unlink this provider Either this or link must be set. type: string in: body
no setter

Methods

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