getIntegrityToken
(
challengeNonce
)
|
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
static Request<String> com.meta.horizon.platform.ovr.requests.DeviceApplicationIntegrity.getIntegrityToken(String challengeNonce) Parameters challengeNonce: StringÂ
- A string that represents a nonce value used to generate the attestation token, ensuring uniqueness and security.
Returns Request< String > |