The ovrOculusInitParams struct contains parameters for initializing the Oculus Platform SDK. It includes fields such as the email address and password associated with the Oculus account, the ID of the application (which must be entitled), and an optional override for the URI prefix. See more details here.
The type of value stored in the ovrOculusInitParams struct. Can be one of ovrPlatformStructureType: ovrPlatformStructureType_OculusInitParams or ovrPlatformStructureType_Unknown.
const char * email[Get]
Email address associated with Oculus account. This is the email address that is used to log in to the Oculus platform.
const char * password[Get]
Password for the Oculus account. This is the password that is used to authenticate the user's identity on the Oculus platform.
ID of the application (user must be entitled). This is the unique identifier for the application that is being used to access the Oculus platform. The user must be entitled to use this application in order to successfully initialize the SDK.
const char * uriPrefixOverride[Get]
Optional override for https://graph.oculus.com. This field allows you to specify a custom URI prefix for the Oculus platform API. If not provided, the default value of https://graph.oculus.com will be used.