Check out our end-to-end guide on how to implement push verification using
Authsignal.
Start a push challenge
Start a push challenge by sending a notification to the user’s mobile device.userAuthenticatorId. The challenge is then sent only to that authenticator and can only be approved from that device.
Parameters
string
required
The action being performed.
string
The ID of a specific enrolled push authenticator to target. When omitted, the challenge is sent to all of the user’s eligible push authenticators.
Response
AuthsignalResponse<PushChallengeResponse>
Check push challenge verification status
Parameters
string
The ID of the Authsignal challenge returned when starting the push challenge.
Response
AuthsignalResponse<PushVerifyResponse>

