SubmitSelfServiceSettingsFlowWithOidcMethodBody class abstract

nolint:deadcode,unused

Properties:

  • 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
  • method - Method Should be set to profile when trying to update a profile.
  • traits - The identity's traits in: body
  • unlink - Unlink this provider Either this or link must be set. type: string in: body

Properties

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 profile when trying to update a profile.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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(SubmitSelfServiceSettingsFlowWithOidcMethodBodyBuilder)) SubmitSelfServiceSettingsFlowWithOidcMethodBody
Rebuilds the instance.
inherited
toBuilder() SubmitSelfServiceSettingsFlowWithOidcMethodBodyBuilder
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<SubmitSelfServiceSettingsFlowWithOidcMethodBody>
no setter