Home
last modified time | relevance | path

Searched refs:OAUTH_TYPE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp39 const std::string OAUTH_TYPE = "authType"; variable
570 {OAUTH_TYPE, it->first}, in ToJson()
603 if (it->find(OAUTH_TYPE) != it->end() && it->at(OAUTH_TYPE).is_string()) { in ParseTokenInfosFromJson()
604 it->at(OAUTH_TYPE).get_to(tokenInfo.authType); in ParseTokenInfosFromJson()