pub async fn reject_o_auth2_logout_request(
    configuration: &Configuration,
    logout_challenge: &str
) -> Result<(), Error<RejectOAuth2LogoutRequestError>>
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 deny that logout request. No HTTP request body is required. The response is empty as the logout provider has to chose what action to perform next.