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

DeviceApplicationIntegrity Class

Static Methods

GetIntegrityToken ( challenge_nonce )
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).
Signature
static Request<string> Oculus.Platform.DeviceApplicationIntegrity.GetIntegrityToken(string challenge_nonce)
Parameters
challenge_nonce: string
Returns
Request< string >