Uses of Class
sh.ory.model.SuccessfulSelfServiceLoginWithoutBrowser
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SuccessfulSelfServiceLoginWithoutBrowser in sh.ory.api
Methods in sh.ory.api that return SuccessfulSelfServiceLoginWithoutBrowser Modifier and Type Method Description SuccessfulSelfServiceLoginWithoutBrowserV0alpha2Api. submitSelfServiceLoginFlow(String flow, String xSessionToken, SubmitSelfServiceLoginFlowBody submitSelfServiceLoginFlowBody)Submit a Login Flow :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future.Methods in sh.ory.api that return types with arguments of type SuccessfulSelfServiceLoginWithoutBrowser Modifier and Type Method Description ApiResponse<SuccessfulSelfServiceLoginWithoutBrowser>V0alpha2Api. submitSelfServiceLoginFlowWithHttpInfo(String flow, String xSessionToken, SubmitSelfServiceLoginFlowBody submitSelfServiceLoginFlowBody)Submit a Login Flow :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future.Method parameters in sh.ory.api with type arguments of type SuccessfulSelfServiceLoginWithoutBrowser Modifier and Type Method Description okhttp3.CallV0alpha2Api. submitSelfServiceLoginFlowAsync(String flow, String xSessionToken, SubmitSelfServiceLoginFlowBody submitSelfServiceLoginFlowBody, ApiCallback<SuccessfulSelfServiceLoginWithoutBrowser> _callback)Submit a Login Flow (asynchronously) :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. -
Uses of SuccessfulSelfServiceLoginWithoutBrowser in sh.ory.model
Methods in sh.ory.model that return SuccessfulSelfServiceLoginWithoutBrowser Modifier and Type Method Description SuccessfulSelfServiceLoginWithoutBrowserSuccessfulSelfServiceLoginWithoutBrowser. session(Session session)SuccessfulSelfServiceLoginWithoutBrowserSuccessfulSelfServiceLoginWithoutBrowser. sessionToken(String sessionToken)