Get desktop application:
View/edit binary Protocol Buffers messages
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
submit a VoIP push token to enter the verification flow
the VoIP push token that will be used to send a notification to the client for the sake of verification
upon receiving a VoIP push notification with a verification payload, forward the payload to verify that it was received
the payload that the client received via a VoIP push notification
Used in:
Used in: