Searched refs:remoteAuthOptions (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_user_auth.cpp | 307 …ntextForRemoteAuthOptions(napi_env env, napi_value jsOptions, RemoteAuthOptions &remoteAuthOptions) in ParseContextForRemoteAuthOptions() argument 322 remoteAuthOptions.verifierNetworkId, remoteAuthOptions.hasVerifierNetworkId)) { in ParseContextForRemoteAuthOptions() 329 remoteAuthOptions.collectorNetworkId, remoteAuthOptions.hasCollectorNetworkId)) { in ParseContextForRemoteAuthOptions() 337 env, jsOptions, "collectorTokenId", tokenId, remoteAuthOptions.hasCollectorTokenId)) { in ParseContextForRemoteAuthOptions() 343 remoteAuthOptions.collectorTokenId = static_cast<uint32_t>(tokenId); in ParseContextForRemoteAuthOptions() 380 if (!ParseContextForRemoteAuthOptions(env, value, authOptions.remoteAuthOptions)) { in ParseContextForAuthOptions()
|
/ohos5.0/base/account/os_account/frameworks/account_iam/src/ |
H A D | account_iam_client.cpp | 249 if (authOptions.remoteAuthOptions.hasVerifierNetworkId) { in AuthUser() 250 …authParam.remoteAuthParam.value().verifierNetworkId = authOptions.remoteAuthOptions.verifierNetwor… in AuthUser() 252 if (authOptions.remoteAuthOptions.hasCollectorNetworkId) { in AuthUser() 253 …authParam.remoteAuthParam.value().collectorNetworkId = authOptions.remoteAuthOptions.collectorNetw… in AuthUser() 255 if (authOptions.remoteAuthOptions.hasCollectorTokenId) { in AuthUser() 256 …authParam.remoteAuthParam.value().collectorTokenId = authOptions.remoteAuthOptions.collectorTokenI… in AuthUser()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/ |
H A D | account_iam_info.h | 120 RemoteAuthOptions remoteAuthOptions; member
|
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
H A D | account_iam_client_test.cpp | 1184 authOptions.remoteAuthOptions.hasVerifierNetworkId = true; 1185 authOptions.remoteAuthOptions.verifierNetworkId = "testVerifierNetworkId"; 1186 authOptions.remoteAuthOptions.hasCollectorNetworkId = true; 1187 authOptions.remoteAuthOptions.collectorNetworkId = "testCollectorNetworkId"; 1188 authOptions.remoteAuthOptions.hasCollectorTokenId = true; 1189 authOptions.remoteAuthOptions.collectorTokenId = 0;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-osAccount-sys.md | 5834 | remoteAuthOptions | [RemoteAuthOptions](#remoteauthoptions12) | 否 | 远程认证选项,默认为undefined。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-osAccount-sys.md | 5759 | remoteAuthOptions | [RemoteAuthOptions](#remoteauthoptions12) | No | Remote authentication opti…
|