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.