Uses of Class
sh.ory.model.SubmitSelfServiceSettingsFlowBody
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SubmitSelfServiceSettingsFlowBody in sh.ory.api
Methods in sh.ory.api with parameters of type SubmitSelfServiceSettingsFlowBody Modifier and Type Method Description SelfServiceSettingsFlowV0alpha2Api. submitSelfServiceSettingsFlow(String flow, String xSessionToken, SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody)Complete Settings Flow Use this endpoint to complete a settings flow by sending an identity's updated password.okhttp3.CallV0alpha2Api. submitSelfServiceSettingsFlowAsync(String flow, String xSessionToken, SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody, ApiCallback<SelfServiceSettingsFlow> _callback)Complete Settings Flow (asynchronously) Use this endpoint to complete a settings flow by sending an identity's updated password.okhttp3.CallV0alpha2Api. submitSelfServiceSettingsFlowCall(String flow, String xSessionToken, SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody, ApiCallback _callback)Build call for submitSelfServiceSettingsFlowApiResponse<SelfServiceSettingsFlow>V0alpha2Api. submitSelfServiceSettingsFlowWithHttpInfo(String flow, String xSessionToken, SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody)Complete Settings Flow Use this endpoint to complete a settings flow by sending an identity's updated password. -
Uses of SubmitSelfServiceSettingsFlowBody in sh.ory.model
Methods in sh.ory.model that return SubmitSelfServiceSettingsFlowBody Modifier and Type Method Description SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. csrfToken(String csrfToken)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. flow(String flow)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. link(String link)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. lookupSecretConfirm(Boolean lookupSecretConfirm)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. lookupSecretDisable(Boolean lookupSecretDisable)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. lookupSecretRegenerate(Boolean lookupSecretRegenerate)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. lookupSecretReveal(Boolean lookupSecretReveal)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. method(String method)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. password(String password)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. totpCode(String totpCode)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. totpUnlink(Boolean totpUnlink)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. traits(Object traits)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. unlink(String unlink)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. webauthnRegister(String webauthnRegister)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. webauthnRegisterDisplayname(String webauthnRegisterDisplayname)SubmitSelfServiceSettingsFlowBodySubmitSelfServiceSettingsFlowBody. webauthnRemove(String webauthnRemove)