The following sql statement is queried twice during a call to `TokenGuard::authenticateViaBearerToken()` function: ```sql select * from `oauth_access_tokens` where `oauth_access_tokens`.`id` = ? limit 1 ```