Uses of Class
sh.ory.model.SelfServiceLogoutUrl
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SelfServiceLogoutUrl in sh.ory.api
Methods in sh.ory.api that return SelfServiceLogoutUrl Modifier and Type Method Description SelfServiceLogoutUrlV0alpha2Api. createSelfServiceLogoutFlowUrlForBrowsers(String cookie)Create a Logout URL for Browsers This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.Methods in sh.ory.api that return types with arguments of type SelfServiceLogoutUrl Modifier and Type Method Description ApiResponse<SelfServiceLogoutUrl>V0alpha2Api. createSelfServiceLogoutFlowUrlForBrowsersWithHttpInfo(String cookie)Create a Logout URL for Browsers This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.Method parameters in sh.ory.api with type arguments of type SelfServiceLogoutUrl Modifier and Type Method Description okhttp3.CallV0alpha2Api. createSelfServiceLogoutFlowUrlForBrowsersAsync(String cookie, ApiCallback<SelfServiceLogoutUrl> _callback)Create a Logout URL for Browsers (asynchronously) This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user. -
Uses of SelfServiceLogoutUrl in sh.ory.model
Methods in sh.ory.model that return SelfServiceLogoutUrl Modifier and Type Method Description SelfServiceLogoutUrlSelfServiceLogoutUrl. logoutToken(String logoutToken)SelfServiceLogoutUrlSelfServiceLogoutUrl. logoutUrl(String logoutUrl)