pub async fn revoke_consent_sessions(
configuration: &Configuration,
subject: &str,
client: Option<&str>,
) -> Result<(), Error<RevokeConsentSessionsError>>Expand description
This endpoint revokes a subject’s granted consent sessions for a specific OAuth 2.0 Client and invalidates all associated OAuth 2.0 Access Tokens.