Function logout

Source
pub async fn logout(
    configuration: &Configuration,
) -> Result<(), Error<LogoutError>>
Expand description

Invalidate your current auth credential stored typically stored in a cookie. This does not invalidate your API key.