package mobile.antispam.iospushverification.v1

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

service IosPushVerification

iospushverification_service.proto:21

iOS push verification is a service that aims to verify the authenticity of an alleged iOS client through their ability to receive an invisible VoIP push and echo it back to our backend. The service works as follows: 1. authenticated stream: when a client receives a TriggerSendVoipPushToken request, they submit their push token via a call to SubmitVoipPushToken anonymous stream: client immediately calls SubmitVoipPushToken on bind 2. client will receive a VoIP push notification from the verification backend 3. upon receiving the VoIP push notification, the client should send back the payload to the IosPushVerification service via a call to ForwardPushPayload

enum ForwardPushPayloadResponse.Result

iospushverification_service.proto:58

Used in: ForwardPushPayloadResponse

enum SubmitVoipPushTokenResponse.Result

iospushverification_service.proto:42

Used in: SubmitVoipPushTokenResponse