pub async fn revoke_authentication_session(
configuration: &Configuration,
subject: &str,
) -> Result<(), Error<RevokeAuthenticationSessionError>>Expand description
This endpoint invalidates a subject’s authentication session. After revoking the authentication session, the subject has to re-authenticate at ORY Hydra. This endpoint does not invalidate any tokens and does not work with OpenID Connect Front- or Back-channel logout.