Uses of Class
sh.ory.model.SelfServiceVerificationFlow
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SelfServiceVerificationFlow in sh.ory.api
Methods in sh.ory.api that return SelfServiceVerificationFlow Modifier and Type Method Description SelfServiceVerificationFlowV0alpha2Api. getSelfServiceVerificationFlow(String id, String cookie)Get Verification Flow This endpoint returns a verification flow's context with, for example, error details and other information.SelfServiceVerificationFlowV0alpha2Api. initializeSelfServiceVerificationFlowForBrowsers(String returnTo)Initialize Verification Flow for Browser Clients This endpoint initializes a browser-based account verification flow.SelfServiceVerificationFlowV0alpha2Api. initializeSelfServiceVerificationFlowWithoutBrowser()Initialize Verification Flow for APIs, Services, Apps, ...SelfServiceVerificationFlowV0alpha2Api. submitSelfServiceVerificationFlow(String flow, String token, SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody)Complete Verification Flow Use this endpoint to complete a verification flow.Methods in sh.ory.api that return types with arguments of type SelfServiceVerificationFlow Modifier and Type Method Description ApiResponse<SelfServiceVerificationFlow>V0alpha2Api. getSelfServiceVerificationFlowWithHttpInfo(String id, String cookie)Get Verification Flow This endpoint returns a verification flow's context with, for example, error details and other information.ApiResponse<SelfServiceVerificationFlow>V0alpha2Api. initializeSelfServiceVerificationFlowForBrowsersWithHttpInfo(String returnTo)Initialize Verification Flow for Browser Clients This endpoint initializes a browser-based account verification flow.ApiResponse<SelfServiceVerificationFlow>V0alpha2Api. initializeSelfServiceVerificationFlowWithoutBrowserWithHttpInfo()Initialize Verification Flow for APIs, Services, Apps, ...ApiResponse<SelfServiceVerificationFlow>V0alpha2Api. submitSelfServiceVerificationFlowWithHttpInfo(String flow, String token, SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody)Complete Verification Flow Use this endpoint to complete a verification flow.Method parameters in sh.ory.api with type arguments of type SelfServiceVerificationFlow Modifier and Type Method Description okhttp3.CallV0alpha2Api. getSelfServiceVerificationFlowAsync(String id, String cookie, ApiCallback<SelfServiceVerificationFlow> _callback)Get Verification Flow (asynchronously) This endpoint returns a verification flow's context with, for example, error details and other information.okhttp3.CallV0alpha2Api. initializeSelfServiceVerificationFlowForBrowsersAsync(String returnTo, ApiCallback<SelfServiceVerificationFlow> _callback)Initialize Verification Flow for Browser Clients (asynchronously) This endpoint initializes a browser-based account verification flow.okhttp3.CallV0alpha2Api. initializeSelfServiceVerificationFlowWithoutBrowserAsync(ApiCallback<SelfServiceVerificationFlow> _callback)Initialize Verification Flow for APIs, Services, Apps, ...okhttp3.CallV0alpha2Api. submitSelfServiceVerificationFlowAsync(String flow, String token, SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody, ApiCallback<SelfServiceVerificationFlow> _callback)Complete Verification Flow (asynchronously) Use this endpoint to complete a verification flow. -
Uses of SelfServiceVerificationFlow in sh.ory.model
Methods in sh.ory.model that return SelfServiceVerificationFlow Modifier and Type Method Description SelfServiceVerificationFlowSelfServiceVerificationFlow. active(String active)SelfServiceVerificationFlowSelfServiceVerificationFlow. expiresAt(OffsetDateTime expiresAt)SelfServiceVerificationFlowSelfServiceVerificationFlow. id(UUID id)SelfServiceVerificationFlowSelfServiceVerificationFlow. issuedAt(OffsetDateTime issuedAt)SelfServiceVerificationFlowSelfServiceVerificationFlow. requestUrl(String requestUrl)SelfServiceVerificationFlowSelfServiceVerificationFlow. returnTo(String returnTo)SelfServiceVerificationFlowSelfServiceVerificationFlow. state(SelfServiceVerificationFlowState state)SelfServiceVerificationFlowSelfServiceVerificationFlow. type(String type)SelfServiceVerificationFlowSelfServiceVerificationFlow. ui(UiContainer ui)