Searched refs:PIN_TOKEN (Results 1 – 8 of 8) sorted by relevance
77 if (!authParamJson.contains(PIN_CODE_KEY) || !authParamJson.contains(PIN_TOKEN) in VerifyAuthentication()78 || !authTokenJson.contains(PIN_CODE_KEY) || !authTokenJson.contains(PIN_TOKEN)) { in VerifyAuthentication()83 std::string pinToken = authTokenJson[PIN_TOKEN]; in VerifyAuthentication()85 std::string inputPinToken = authParamJson[PIN_TOKEN]; in VerifyAuthentication()
226 …int32_t pinToken = authJson.contains(PIN_TOKEN) ? (int32_t)authJson[PIN_TOKEN] : DEFAULT_PIN_TOKEN; in CheckAuthenticationByPin()
129 const std::string PIN_TOKEN = "pinToken"; variable
153 const std::string PIN_TOKEN = "pinToken"; variable
346 jsonObj[PIN_TOKEN] = authResponseContext_->token; in OnGroupCreated()
621 jsonObj[PIN_TOKEN] = token; in JsToDmAuthInfo()
642 jsonObj[PIN_TOKEN] = token; in JsToDmAuthInfo()
950 jsonObj[PIN_TOKEN] = token; in JsToDmAuthInfo()