Skip to main content

Check QR Session Status

GET 

/v1/client/qr-auth/status/:token

Check QR Session Status

Request

Path Parameters

    token stringrequired

Query Parameters

    artifactId stringrequired

    The artifactId of the library used to scan the QR code (optional)

    Example: android-qr-scanner-sdk
    artifactVersion stringrequired

    The version of the library used to scan the QR code (optional)

    Example: 1.0.20230705123456

Responses

Session status retrieved.

Schema
    authenticated booleanrequired

    Indicates if the QR session is authenticated

    tokens object
    authToken stringrequired

    JWT Authentication Token

    refreshToken stringrequired

    Refresh Token

Loading...