Function fuel_indexer_database::queries::delete_nonce
source · pub async fn delete_nonce(
conn: &mut IndexerConnection,
nonce: &Nonce
) -> Result<()>
Expand description
Delete the specified nonce for a requesting user’s authentication.
Happens after the user successfully authenticates.