I have the need to get the access token to modify the header of a request through a third party vendor tool on a “beforeSend” function they have implemented. It cannot be marked async and awaited. Is there some way to await the $auth.getAccessToken
call without using await?