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.
pub async fn logout(
configuration: &Configuration,
) -> Result<(), Error<LogoutError>>
Invalidate your current auth credential stored typically stored in a cookie. This does not invalidate your API key.