Function accept_logout_request

Source
pub async fn accept_logout_request(
    configuration: &Configuration,
    logout_challenge: &str,
) -> Result<CompletedRequest, Error<AcceptLogoutRequestError>>
Expand description

When a user or an application requests ORY Hydra to log out a user, this endpoint is used to confirm that logout request. No body is required. The response contains a redirect URL which the consent provider should redirect the user-agent to.