pub async fn delete_token(
pool: &MySqlPool,
token: SecretString,
) -> Result<(), ServerError>
Expand description
Delete a token that will be no longer used.
pub async fn delete_token(
pool: &MySqlPool,
token: SecretString,
) -> Result<(), ServerError>
Delete a token that will be no longer used.