pub async fn revoke_o_auth2_consent_sessions(
    configuration: &Configuration,
    subject: &str,
    client: Option<&str>,
    all: Option<bool>
) -> Result<(), Error<RevokeOAuth2ConsentSessionsError>>
Expand description

This endpoint revokes a subject’s granted consent sessions and invalidates all associated OAuth 2.0 Access Tokens. You may also only revoke sessions for a specific OAuth 2.0 Client ID.