Finds a token record
token The token string Returns the token record if found, null otherwise
token
Future<Map<String, dynamic>?> findToken(String token);