pub async fn accept_o_auth2_logout_request(
    configuration: &Configuration,
    logout_challenge: &str
) -> Result<OAuth2RedirectTo, Error<AcceptOAuth2LogoutRequestError>>
Expand description

When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to confirm that logout request. The response contains a redirect URL which the consent provider should redirect the user-agent to.