v1

latestOpenAPI 3.1.02026-07-268342124.0 KB
QR Code

Verify QR Code Challenge

Verify a QR code challenge. Use this endpoint from the app which initiated the challenge to determine if the user approved or rejected the request (e.g. via polling).

post/verify/qr-code

Request body

challengeIdstring required

The challenge ID returned when starting the QR code challenge.

deviceCodestring required

The device code returned when starting the QR code challenge.

Response

OK

isClaimedboolean required

True if a user has claimed the challenge on their mobile device. False if no user has claimed the challenge.

isConsumedboolean required

True if the user has either approved or rejected the auth request. False if they have not yet responded to the request.

isVerifiedboolean required

True if the user approved the auth request on their mobile device. False if they rejected the request.

accessTokenstring

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.