package mobile.antispam.safetynet.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service SafetyNet

safetynet_service.proto:28

SafetyNet is an Android OS feature that can be used to verify the authenticity of devices and applications on the platform. From the Android clients' perspective, the service works as follows: - bind - if authenticated, check if this deviceID/username pair has been previously verified (via storage) - if already verified, no action required - if not already verified, action required - if anonymous, action required - if action required: - request nonce from Kik SafetyNet service - make attestation request with nonce to Google - verify JWS result with Kik SafetyNet service - if authenticated and result is OK, mark this deviceID/username pair as verified in storage

enum GetNonceResponse.Result

safetynet_service.proto:49

Used in: GetNonceResponse

enum VerifyAttestationResultResponse.Result

safetynet_service.proto:72

Used in: VerifyAttestationResultResponse