In previous versions of safetynet_attestation you could do this:
- pass your own nonce as a parameter to the safetyNetAttestationJwt() call
- receive a JWT string that you pass to your own server for deciphering and make decisions on the server
In your current 1.0.1 version nothing of these is possible:
- you cannot pass your nonce to the playIntegrityApiPayload or playIntegrityApiManualPayload
- you receive only decoded JWSPayloadModel. None of your methods now return a String
Can you please re-create the old interface?
That is: receive a JWT string as a response (not a parsed object) and pass your own nonce to the function
Thank you!