Package sh.ory.model
Class SubmitSelfServiceRegistrationFlowWithOidcMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceRegistrationFlowWithOidcMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-26T09:37:11.487071522Z[Etc/UTC]") public class SubmitSelfServiceRegistrationFlowWithOidcMethodBody extends Object
SubmitSelfServiceRegistrationFlowWithOidcMethodBody is used to decode the registration form payload when using the oidc method.
-
Field Summary
Fields Modifier and Type Field Description static String
SERIALIZED_NAME_CSRF_TOKEN
static String
SERIALIZED_NAME_METHOD
static String
SERIALIZED_NAME_PROVIDER
static String
SERIALIZED_NAME_TRAITS
-
Constructor Summary
Constructors Constructor Description SubmitSelfServiceRegistrationFlowWithOidcMethodBody()
-
Method Summary
Modifier and Type Method Description SubmitSelfServiceRegistrationFlowWithOidcMethodBody
csrfToken(String csrfToken)
boolean
equals(Object o)
String
getCsrfToken()
The CSRF TokenString
getMethod()
Method to use This field must be set to `oidc` when using the oidc method.String
getProvider()
The provider to register withObject
getTraits()
The identity traitsint
hashCode()
SubmitSelfServiceRegistrationFlowWithOidcMethodBody
method(String method)
SubmitSelfServiceRegistrationFlowWithOidcMethodBody
provider(String provider)
void
setCsrfToken(String csrfToken)
void
setMethod(String method)
void
setProvider(String provider)
void
setTraits(Object traits)
String
toString()
SubmitSelfServiceRegistrationFlowWithOidcMethodBody
traits(Object traits)
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROVIDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRAITS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceRegistrationFlowWithOidcMethodBody
public SubmitSelfServiceRegistrationFlowWithOidcMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
The CSRF Token- Returns:
- csrfToken
-
setCsrfToken
-
method
-
getMethod
Method to use This field must be set to `oidc` when using the oidc method.- Returns:
- method
-
setMethod
-
provider
-
getProvider
The provider to register with- Returns:
- provider
-
setProvider
-
traits
-
getTraits
The identity traits- Returns:
- traits
-
setTraits
-
equals
-
hashCode
public int hashCode() -
toString
-