const char* appID = "the-app-id";if
(ovr_PlatformInitializeAndroid(appID, androidApp->activity->clazz, Env)
!= ovrPlatformInitialize_Success) { ALOGE("Failed to initialize Platform
sdk."); exit(1);}ALOGV(" my logged in user ID is: %lu ",
ovr_GetLogge...
Is there a way for the App's server to fetch Quest user ID based on the
access token? The flow looks like this1. Client calls the backend with
access token.2. Backend calls Quest API to fetch user ID, base on the
access token.We don't want the client...