SubmitSelfServiceSettingsFlowWithLookupMethodBody class abstract

SubmitSelfServiceSettingsFlowWithLookupMethodBody

Properties:

Properties

csrfToken String?
CSRFToken is the anti-CSRF token
no setter
hashCode int
The hash code for this object.
no setterinherited
lookupSecretConfirm bool?
If set to true will save the regenerated lookup secrets
no setter
lookupSecretDisable bool?
Disables this method if true.
no setter
lookupSecretRegenerate bool?
If set to true will regenerate the lookup secrets
no setter
lookupSecretReveal bool?
If set to true will reveal the lookup secrets
no setter
method String
Method Should be set to "lookup" when trying to add, update, or remove a lookup pairing.
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(SubmitSelfServiceSettingsFlowWithLookupMethodBodyBuilder)) SubmitSelfServiceSettingsFlowWithLookupMethodBody
Rebuilds the instance.
inherited
toBuilder() SubmitSelfServiceSettingsFlowWithLookupMethodBodyBuilder
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<SubmitSelfServiceSettingsFlowWithLookupMethodBody>
no setter