API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrUserProofPtr Typedef

Part of the scheme to confirm the identity of a particular user in your backend. You can pass the result of User_GetUserProof() and a user ID from User_Get() to your your backend. Your server can then use our api to verify identity. 'https://graph.oculus.com/user_nonce_validate?nonce=USER_PROOF&user_id=USER_ID&access_token=ACCESS_TOKEN'
NOTE: The nonce is only good for one check and then it is invalidated.

Signature

typedef TSharedPtr<FOvrUserProof> FOvrUserProofPtr