Package sh.ory.model
Class SubmitSelfServiceSettingsFlowWithPasswordMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceSettingsFlowWithPasswordMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceSettingsFlowWithPasswordMethodBody extends Object
SubmitSelfServiceSettingsFlowWithPasswordMethodBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_PASSWORD -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceSettingsFlowWithPasswordMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceSettingsFlowWithPasswordMethodBodycsrfToken(String csrfToken)booleanequals(Object o)StringgetCsrfToken()CSRFToken is the anti-CSRF tokenStringgetMethod()Method Should be set to password when trying to update a password.StringgetPassword()Password is the updated passwordinthashCode()SubmitSelfServiceSettingsFlowWithPasswordMethodBodymethod(String method)SubmitSelfServiceSettingsFlowWithPasswordMethodBodypassword(String password)voidsetCsrfToken(String csrfToken)voidsetMethod(String method)voidsetPassword(String password)StringtoString()
-
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
-
-
Constructor Details
-
SubmitSelfServiceSettingsFlowWithPasswordMethodBody
public SubmitSelfServiceSettingsFlowWithPasswordMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
CSRFToken is the anti-CSRF token- Returns:
- csrfToken
-
setCsrfToken
-
method
-
getMethod
Method Should be set to password when trying to update a password.- Returns:
- method
-
setMethod
-
password
-
getPassword
Password is the updated password- Returns:
- password
-
setPassword
-
equals
-
hashCode
public int hashCode() -
toString
-