Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_user_auth.cpp219 …ntextForRemoteAuthOptions(napi_env env, napi_value jsOptions, RemoteAuthOptions &remoteAuthOptions) in ParseContextForRemoteAuthOptions() argument
234 remoteAuthOptions.verifierNetworkId, remoteAuthOptions.hasVerifierNetworkId)) { in ParseContextForRemoteAuthOptions()
241 remoteAuthOptions.collectorNetworkId, remoteAuthOptions.hasCollectorNetworkId)) { in ParseContextForRemoteAuthOptions()
249 env, jsOptions, "collectorTokenId", tokenId, remoteAuthOptions.hasCollectorTokenId)) { in ParseContextForRemoteAuthOptions()
255 remoteAuthOptions.collectorTokenId = static_cast<uint32_t>(tokenId); in ParseContextForRemoteAuthOptions()
292 if (!ParseContextForRemoteAuthOptions(env, value, authOptions.remoteAuthOptions)) { in ParseContextForAuthOptions()
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_client.cpp248 if (authOptions.remoteAuthOptions.hasVerifierNetworkId) { in AuthUser()
249 …authParam.remoteAuthParam.value().verifierNetworkId = authOptions.remoteAuthOptions.verifierNetwor… in AuthUser()
251 if (authOptions.remoteAuthOptions.hasCollectorNetworkId) { in AuthUser()
252 …authParam.remoteAuthParam.value().collectorNetworkId = authOptions.remoteAuthOptions.collectorNetw… in AuthUser()
254 if (authOptions.remoteAuthOptions.hasCollectorTokenId) { in AuthUser()
255 …authParam.remoteAuthParam.value().collectorTokenId = authOptions.remoteAuthOptions.collectorTokenI… in AuthUser()
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Daccount_iam_info.h119 RemoteAuthOptions remoteAuthOptions; member
/base/account/os_account/frameworks/account_iam/test/unittest/src/
Daccount_iam_client_test.cpp1207 authOptions.remoteAuthOptions.hasVerifierNetworkId = true;
1208 authOptions.remoteAuthOptions.verifierNetworkId = "testVerifierNetworkId";
1209 authOptions.remoteAuthOptions.hasCollectorNetworkId = true;
1210 authOptions.remoteAuthOptions.collectorNetworkId = "testCollectorNetworkId";
1211 authOptions.remoteAuthOptions.hasCollectorTokenId = true;
1212 authOptions.remoteAuthOptions.collectorTokenId = 0;