Uses of Class
sh.ory.model.SelfServiceRecoveryFlow
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SelfServiceRecoveryFlow in sh.ory.api
Methods in sh.ory.api that return SelfServiceRecoveryFlow Modifier and Type Method Description SelfServiceRecoveryFlowV0alpha2Api. getSelfServiceRecoveryFlow(String id, String cookie)Get Recovery Flow This endpoint returns a recovery flow's context with, for example, error details and other information.SelfServiceRecoveryFlowV0alpha2Api. initializeSelfServiceRecoveryFlowForBrowsers(String returnTo)Initialize Recovery Flow for Browsers This endpoint initializes a browser-based account recovery flow.SelfServiceRecoveryFlowV0alpha2Api. initializeSelfServiceRecoveryFlowWithoutBrowser()Initialize Recovery Flow for APIs, Services, Apps, ...SelfServiceRecoveryFlowV0alpha2Api. submitSelfServiceRecoveryFlow(String flow, String token, SubmitSelfServiceRecoveryFlowBody submitSelfServiceRecoveryFlowBody)Complete Recovery Flow Use this endpoint to complete a recovery flow.Methods in sh.ory.api that return types with arguments of type SelfServiceRecoveryFlow Modifier and Type Method Description ApiResponse<SelfServiceRecoveryFlow>V0alpha2Api. getSelfServiceRecoveryFlowWithHttpInfo(String id, String cookie)Get Recovery Flow This endpoint returns a recovery flow's context with, for example, error details and other information.ApiResponse<SelfServiceRecoveryFlow>V0alpha2Api. initializeSelfServiceRecoveryFlowForBrowsersWithHttpInfo(String returnTo)Initialize Recovery Flow for Browsers This endpoint initializes a browser-based account recovery flow.ApiResponse<SelfServiceRecoveryFlow>V0alpha2Api. initializeSelfServiceRecoveryFlowWithoutBrowserWithHttpInfo()Initialize Recovery Flow for APIs, Services, Apps, ...ApiResponse<SelfServiceRecoveryFlow>V0alpha2Api. submitSelfServiceRecoveryFlowWithHttpInfo(String flow, String token, SubmitSelfServiceRecoveryFlowBody submitSelfServiceRecoveryFlowBody)Complete Recovery Flow Use this endpoint to complete a recovery flow.Method parameters in sh.ory.api with type arguments of type SelfServiceRecoveryFlow Modifier and Type Method Description okhttp3.CallV0alpha2Api. getSelfServiceRecoveryFlowAsync(String id, String cookie, ApiCallback<SelfServiceRecoveryFlow> _callback)Get Recovery Flow (asynchronously) This endpoint returns a recovery flow's context with, for example, error details and other information.okhttp3.CallV0alpha2Api. initializeSelfServiceRecoveryFlowForBrowsersAsync(String returnTo, ApiCallback<SelfServiceRecoveryFlow> _callback)Initialize Recovery Flow for Browsers (asynchronously) This endpoint initializes a browser-based account recovery flow.okhttp3.CallV0alpha2Api. initializeSelfServiceRecoveryFlowWithoutBrowserAsync(ApiCallback<SelfServiceRecoveryFlow> _callback)Initialize Recovery Flow for APIs, Services, Apps, ...okhttp3.CallV0alpha2Api. submitSelfServiceRecoveryFlowAsync(String flow, String token, SubmitSelfServiceRecoveryFlowBody submitSelfServiceRecoveryFlowBody, ApiCallback<SelfServiceRecoveryFlow> _callback)Complete Recovery Flow (asynchronously) Use this endpoint to complete a recovery flow. -
Uses of SelfServiceRecoveryFlow in sh.ory.model
Methods in sh.ory.model that return SelfServiceRecoveryFlow Modifier and Type Method Description SelfServiceRecoveryFlowSelfServiceRecoveryFlow. active(String active)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. expiresAt(OffsetDateTime expiresAt)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. id(UUID id)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. issuedAt(OffsetDateTime issuedAt)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. requestUrl(String requestUrl)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. returnTo(String returnTo)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. state(SelfServiceRecoveryFlowState state)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. type(String type)SelfServiceRecoveryFlowSelfServiceRecoveryFlow. ui(UiContainer ui)