fun verify(publicKey: PublicKey, signedData: String, signature: String): Boolean
Verifies that the signature from the server matches the computed signature on the data. Returns true if the data is correctly signed.
publicKey
- public key associated with the developer account
signedData
- signed data from server
Return
true if the data and signature match