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

OvrPlatform_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.

Signature

void OVRPLATFORM_API OvrPlatform_DeviceApplicationIntegrity_GetIntegrityToken(UGameInstance *GameInstance, FString ChallengeNonce, OvrPlatform_DeviceApplicationIntegrity_GetIntegrityToken_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
ChallengeNonce: FString
Delegate: OvrPlatform_DeviceApplicationIntegrity_GetIntegrityToken_Delegate &&

Returns

void OVRPLATFORM_API