Verify a challenge to a user’s mobile device. Use this endpoint from the app which initiated the challenge to determine if the user approved or rejected the request (e.g. via polling).
Use a short-lived token obtained from the Server API's Track Action endpoint. The token is valid for 10 minutes and should be passed in the Authorization header as 'Bearer {token}'.
The challenge ID returned when starting the push challenge.
OK
True if the user approved the auth request on their mobile device. False if they rejected the request.
True if the user has either approved or rejected the auth request. False if they have not yet responded to the request.
A new short-term token with scopes to manage authenticators (e.g. add secondary authenticators, remove authenticators, view or regenerate recovery codes). Only present if the challenge succeeded.