-
Methods in sh.ory.api that return SelfServiceLoginFlow
| Modifier and Type |
Method |
Description |
SelfServiceLoginFlow |
V0alpha2Api.getSelfServiceLoginFlow(String id,
String cookie) |
Get Login Flow
This endpoint returns a login flow's context with, for example, error details and other information.
|
SelfServiceLoginFlow |
V0alpha2Api.initializeSelfServiceLoginFlowForBrowsers(Boolean refresh,
String aal,
String returnTo) |
Initialize Login Flow for Browsers
This endpoint initializes a browser-based user login flow.
|
SelfServiceLoginFlow |
V0alpha2Api.initializeSelfServiceLoginFlowWithoutBrowser(Boolean refresh,
String aal,
String xSessionToken) |
Initialize Login Flow for APIs, Services, Apps, ...
|
Methods in sh.ory.api that return types with arguments of type SelfServiceLoginFlow
| Modifier and Type |
Method |
Description |
ApiResponse<SelfServiceLoginFlow> |
V0alpha2Api.getSelfServiceLoginFlowWithHttpInfo(String id,
String cookie) |
Get Login Flow
This endpoint returns a login flow's context with, for example, error details and other information.
|
ApiResponse<SelfServiceLoginFlow> |
V0alpha2Api.initializeSelfServiceLoginFlowForBrowsersWithHttpInfo(Boolean refresh,
String aal,
String returnTo) |
Initialize Login Flow for Browsers
This endpoint initializes a browser-based user login flow.
|
ApiResponse<SelfServiceLoginFlow> |
V0alpha2Api.initializeSelfServiceLoginFlowWithoutBrowserWithHttpInfo(Boolean refresh,
String aal,
String xSessionToken) |
Initialize Login Flow for APIs, Services, Apps, ...
|
Method parameters in sh.ory.api with type arguments of type SelfServiceLoginFlow
| Modifier and Type |
Method |
Description |
okhttp3.Call |
V0alpha2Api.getSelfServiceLoginFlowAsync(String id,
String cookie,
ApiCallback<SelfServiceLoginFlow> _callback) |
Get Login Flow (asynchronously)
This endpoint returns a login flow's context with, for example, error details and other information.
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceLoginFlowForBrowsersAsync(Boolean refresh,
String aal,
String returnTo,
ApiCallback<SelfServiceLoginFlow> _callback) |
Initialize Login Flow for Browsers (asynchronously)
This endpoint initializes a browser-based user login flow.
|
okhttp3.Call |
V0alpha2Api.initializeSelfServiceLoginFlowWithoutBrowserAsync(Boolean refresh,
String aal,
String xSessionToken,
ApiCallback<SelfServiceLoginFlow> _callback) |
Initialize Login Flow for APIs, Services, Apps, ...
|
-