-
Methods in sh.ory.api with parameters of type SubmitSelfServiceVerificationFlowBody
| Modifier and Type |
Method |
Description |
SelfServiceVerificationFlow |
V0alpha2Api.submitSelfServiceVerificationFlow(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody) |
Complete Verification Flow
Use this endpoint to complete a verification flow.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceVerificationFlowAsync(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody,
ApiCallback<SelfServiceVerificationFlow> _callback) |
Complete Verification Flow (asynchronously)
Use this endpoint to complete a verification flow.
|
okhttp3.Call |
V0alpha2Api.submitSelfServiceVerificationFlowCall(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody,
ApiCallback _callback) |
Build call for submitSelfServiceVerificationFlow
|
ApiResponse<SelfServiceVerificationFlow> |
V0alpha2Api.submitSelfServiceVerificationFlowWithHttpInfo(String flow,
String token,
SubmitSelfServiceVerificationFlowBody submitSelfServiceVerificationFlowBody) |
Complete Verification Flow
Use this endpoint to complete a verification flow.
|
-