pub async fn accounts_logout_create(
configuration: &Configuration,
) -> Result<RestAuthDetail, Error<AccountsLogoutCreateError>>
Expand description
Calls Django logout method and delete the Token object assigned to the current User object. Accepts/Returns nothing.