Searched refs:auth (Results 1 – 18 of 18) sorted by relevance
47 const auth = userAuth.getAuthenticator();48 auth.execute("ALL", "S2", function(data) {69 const auth = userAuth.getAuthenticator();70 auth.execute("ALL", "S2").catch(function(data) {90 const auth = userAuth.getAuthenticator();91 auth.execute("", "S2", function(data) {112 const auth = userAuth.getAuthenticator();113 auth.execute("", "S2").catch(function(data) {133 const auth = userAuth.getAuthenticator();134 auth.execute("FACE", "S1", function(data) {[all …]
50 const auth = userAuth.getAuthenticator();51 auth.execute("FACE_ONLY", "S1").catch(function(data) {71 const auth = userAuth.getAuthenticator();72 auth.execute("FACE_ONLY", "S1", function(data) {150 … contextID1 = UserAuthKit.auth(challenge, authType[idx0], userAuth.AuthTrustLevel.ATL1, {
133 ScheduleMode auth = AUTH; variable136 EXPECT_EQ(auth, 1);
55 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")77 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
54 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
55 this.controller.loadUrl("http://httpbin.org/basic-auth/11/3333")
84 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")100 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")115 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
37 auth(name, authType, callerBundleName, callback) { method in MyAuthenticator
30 $fix = "check auth channel pkginfo invalid." //更新后字符串
33 static napi_value GenerateDevAttestHandle(napi_env env, int32_t auth, int32_t software, string tick… in GenerateDevAttestHandle() argument42 napi_create_int32(env, auth, &authResult); in GenerateDevAttestHandle()
651 void DestroyAuthResult(AuthResult** auth) in DestroyAuthResult() argument653 if (auth == NULL || *auth == NULL) { in DestroyAuthResult()657 AuthResult* authResult = *auth; in DestroyAuthResult()664 *auth = NULL; in DestroyAuthResult()
671 void DestroyAuthResult(AuthResult** auth) in DestroyAuthResult() argument673 if (auth == NULL || *auth == NULL) { in DestroyAuthResult()677 AuthResult* authResult = *auth; in DestroyAuthResult()684 *auth = NULL; in DestroyAuthResult()
183 contextID1 = UserAuthKit.auth(args[0], args[1],args[2], {
81 auth(name, authType, options, callback) {
1498 appAccountManager.auth("test_name");1517 appAccountManager.auth(12346, "test_owner", "test_authtype", {1539 appAccountManager.auth("test_name", 12346, "test_authtype", {1561 appAccountManager.auth("test_name", "test_owner", 123456, {1583 appAccountManager.auth("test_name", "test_owner", 123456, "callback");
3351 …appAccountManager.auth("authenticate_test_account","com.example.actsaccountOauthtoken","authType",…
1437 * @tc.name : test auth1447 … appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", {1472 * @tc.name : test auth1482 …appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", {…1512 * @tc.name : test auth1522 …appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", u…1548 * @tc.name : test auth1558 …appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", n…