Package sh.ory.model
Class SubmitSelfServiceRegistrationFlowWithPasswordMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceRegistrationFlowWithPasswordMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceRegistrationFlowWithPasswordMethodBody extends Object
SubmitSelfServiceRegistrationFlowWithPasswordMethodBody is used to decode the registration form payload when using the password method.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_PASSWORDstatic StringSERIALIZED_NAME_TRAITS -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceRegistrationFlowWithPasswordMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceRegistrationFlowWithPasswordMethodBodycsrfToken(String csrfToken)booleanequals(Object o)StringgetCsrfToken()The CSRF TokenStringgetMethod()Method to use This field must be set to `password` when using the password method.StringgetPassword()Password to sign the user up withObjectgetTraits()The identity's traitsinthashCode()SubmitSelfServiceRegistrationFlowWithPasswordMethodBodymethod(String method)SubmitSelfServiceRegistrationFlowWithPasswordMethodBodypassword(String password)voidsetCsrfToken(String csrfToken)voidsetMethod(String method)voidsetPassword(String password)voidsetTraits(Object traits)StringtoString()SubmitSelfServiceRegistrationFlowWithPasswordMethodBodytraits(Object traits)
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PASSWORD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRAITS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceRegistrationFlowWithPasswordMethodBody
public SubmitSelfServiceRegistrationFlowWithPasswordMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
The CSRF Token- Returns:
- csrfToken
-
setCsrfToken
-
method
-
getMethod
Method to use This field must be set to `password` when using the password method.- Returns:
- method
-
setMethod
-
password
-
getPassword
Password to sign the user up with- Returns:
- password
-
setPassword
-
traits
-
getTraits
The identity's traits- Returns:
- traits
-
setTraits
-
equals
-
hashCode
public int hashCode() -
toString
-