I have an Android application which uses Integrity API with Google Cloud. This method is described here.
I need to implement server side offline verification for JWE token which requires decryption and verification keys from Play console. An example of verification.
Documentation also says, that for local verification I should get keys from Play console. As long as Integrity API token generation is on Google Cloud side right now, how can I obtain required keys?