SubmitSelfServiceRegistrationFlowWithOidcMethodBody class abstract

SubmitSelfServiceRegistrationFlowWithOidcMethodBody is used to decode the registration form payload when using the oidc method.

Properties:

  • csrfToken - The CSRF Token
  • method - Method to use This field must be set to oidc when using the oidc method.
  • provider - The provider to register with
  • traits - The identity traits

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 oidc when using the oidc method.
no setter
provider String
The provider to register with
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traits → JsonObject?
The identity traits
no setter

Methods

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