# We have a nonce from the Application Servervarnonce:String="R29kb3QgT2N1bHVzIFBsYXRmb3Jt"GDOculusPlatform.deviceappintegrity_get_integrity_token(nonce)\
.then(func(attestation_token:String):# Now we use this token to verify the app integrity# You could use an HTTPRequest for exampleprint("Attestation token: ",attestation_token))\
.error(func(attestation_token_err):print("Unable to retrieve the attestation token: ",attestation_token_err))