ovr_DeviceApplicationIntegrity_GetIntegrityToken Function
Returns Device and Application Integrity Attestation JSON Web Token. The token has format of header.claims.signature encoded in base64. Header contains algorithm type (PS256) and token type (JWT). See more details here. ovrMessage_DeviceApplicationIntegrity_GetIntegrityToken will be generated in response.
If no error occurred, the message will contain a payload of type const char *. Extract the payload from the message handle with ovr_Message_GetString().