lacoctelera::authentication

Function delete_token

Source
pub async fn delete_token(
    pool: &MySqlPool,
    token: SecretString,
) -> Result<(), ServerError>
Expand description

Delete a token that will be no longer used.