Uses of Class
sh.ory.hydra.model.LogoutRequest
-
Packages that use LogoutRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of LogoutRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return LogoutRequest Modifier and Type Method Description LogoutRequestAdminApi. getLogoutRequest(String logoutChallenge)Get a Logout Request Use this endpoint to fetch a logout request.Methods in sh.ory.hydra.api that return types with arguments of type LogoutRequest Modifier and Type Method Description ApiResponse<LogoutRequest>AdminApi. getLogoutRequestWithHttpInfo(String logoutChallenge)Get a Logout Request Use this endpoint to fetch a logout request.Method parameters in sh.ory.hydra.api with type arguments of type LogoutRequest Modifier and Type Method Description okhttp3.CallAdminApi. getLogoutRequestAsync(String logoutChallenge, ApiCallback<LogoutRequest> _callback)Get a Logout Request (asynchronously) Use this endpoint to fetch a logout request. -
Uses of LogoutRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return LogoutRequest Modifier and Type Method Description LogoutRequestLogoutRequest. requestUrl(String requestUrl)LogoutRequestLogoutRequest. rpInitiated(Boolean rpInitiated)LogoutRequestLogoutRequest. sid(String sid)LogoutRequestLogoutRequest. subject(String subject)
-