Package sh.ory.model
Class SubmitSelfServiceSettingsFlowWithLookupMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceSettingsFlowWithLookupMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceSettingsFlowWithLookupMethodBody extends Object
SubmitSelfServiceSettingsFlowWithLookupMethodBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_LOOKUP_SECRET_CONFIRMstatic StringSERIALIZED_NAME_LOOKUP_SECRET_DISABLEstatic StringSERIALIZED_NAME_LOOKUP_SECRET_REGENERATEstatic StringSERIALIZED_NAME_LOOKUP_SECRET_REVEALstatic StringSERIALIZED_NAME_METHOD -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceSettingsFlowWithLookupMethodBody() -
Method Summary
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOOKUP_SECRET_CONFIRM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOOKUP_SECRET_DISABLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOOKUP_SECRET_REGENERATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOOKUP_SECRET_REVEAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceSettingsFlowWithLookupMethodBody
public SubmitSelfServiceSettingsFlowWithLookupMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
CSRFToken is the anti-CSRF token- Returns:
- csrfToken
-
setCsrfToken
-
lookupSecretConfirm
public SubmitSelfServiceSettingsFlowWithLookupMethodBody lookupSecretConfirm(Boolean lookupSecretConfirm) -
getLookupSecretConfirm
If set to true will save the regenerated lookup secrets- Returns:
- lookupSecretConfirm
-
setLookupSecretConfirm
-
lookupSecretDisable
public SubmitSelfServiceSettingsFlowWithLookupMethodBody lookupSecretDisable(Boolean lookupSecretDisable) -
getLookupSecretDisable
Disables this method if true.- Returns:
- lookupSecretDisable
-
setLookupSecretDisable
-
lookupSecretRegenerate
public SubmitSelfServiceSettingsFlowWithLookupMethodBody lookupSecretRegenerate(Boolean lookupSecretRegenerate) -
getLookupSecretRegenerate
If set to true will regenerate the lookup secrets- Returns:
- lookupSecretRegenerate
-
setLookupSecretRegenerate
-
lookupSecretReveal
public SubmitSelfServiceSettingsFlowWithLookupMethodBody lookupSecretReveal(Boolean lookupSecretReveal) -
getLookupSecretReveal
If set to true will reveal the lookup secrets- Returns:
- lookupSecretReveal
-
setLookupSecretReveal
-
method
-
getMethod
Method Should be set to \"lookup\" when trying to add, update, or remove a lookup pairing.- Returns:
- method
-
setMethod
-
equals
-
hashCode
public int hashCode() -
toString
-