Function reject_logout_request

Source
pub async fn reject_logout_request(
    configuration: &Configuration,
    logout_challenge: &str,
    body: Option<RejectRequest>,
) -> Result<(), Error<RejectLogoutRequestError>>
Expand description

When a user or an application requests ORY Hydra to log out a user, this endpoint is used to deny that logout request. No body is required. The response is empty as the logout provider has to chose what action to perform next.