Package sh.ory.model
Class SubmitSelfServiceRegistrationFlowWithOidcMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceRegistrationFlowWithOidcMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[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 StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_PROVIDERstatic StringSERIALIZED_NAME_TRAITS -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceRegistrationFlowWithOidcMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceRegistrationFlowWithOidcMethodBodycsrfToken(String csrfToken)booleanequals(Object o)StringgetCsrfToken()The CSRF TokenStringgetMethod()Method to use This field must be set to `oidc` when using the oidc method.StringgetProvider()The provider to register withObjectgetTraits()The identity traitsinthashCode()SubmitSelfServiceRegistrationFlowWithOidcMethodBodymethod(String method)SubmitSelfServiceRegistrationFlowWithOidcMethodBodyprovider(String provider)voidsetCsrfToken(String csrfToken)voidsetMethod(String method)voidsetProvider(String provider)voidsetTraits(Object traits)StringtoString()SubmitSelfServiceRegistrationFlowWithOidcMethodBodytraits(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
-