qr-code-settings-controller
Get User Token (getUserTokenByMobileSecret)
Returns the token of the User based on the provided secret key.
get/api/noauth/qr/{secret}
Path parameters
secretstring required
A string value representing short-lived secret key
Response
OK
Example response
{
"token": "AAB254FF67D..",
"refreshToken": "AAB254FF67D.."
}