Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-account.md34 …属性:getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧版本信息:201,202,401,123…
35getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧版本信…
36getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>旧版本信息:201,202,401,1230000…
/ohos5.0/docs/zh-cn/application-dev/basic-services/account/
H A Dmanage-os-account-credential.md248 凭据管理界面需要向用户展示已录入的凭据信息;锁屏界面需要展示可认证的凭据类型。开发者可以使用[getAuthInfo](../../reference/apis-basic-services-kit…
255 let enrolledCredInfoList: osAccount.EnrolledCredInfo[] = await userIDM.getAuthInfo();
258 2. 调用[getAuthInfo](../../reference/apis-basic-services-kit/js-apis-osAccount-sys.md#getauthinfo8)接口…
261 …let enrolledFingerCredInfoList: osAccount.EnrolledCredInfo[] = await userIDM.getAuthInfo(osAccount…
275 …let credInfoList: osAccount.EnrolledCredInfo[] = await userIDM.getAuthInfo(osAccount.AuthType.FING…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-account.md34getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old version information:…
35getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old …
36getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Old version information: …
/ohos5.0/docs/en/application-dev/basic-services/account/
H A Dmanage-os-account-credential.md248 …ntial types need to be displayed on the lock screen page. You can use [getAuthInfo](../../referenc…
255 let enrolledCredInfoList: osAccount.EnrolledCredInfo[] = await userIDM.getAuthInfo();
258 2. Use [getAuthInfo](../../reference/apis-basic-services-kit/js-apis-osAccount-sys.md#getauthinfo8)…
261 …let enrolledFingerCredInfoList: osAccount.EnrolledCredInfo[] = await userIDM.getAuthInfo(osAccount…
275 …let credInfoList: osAccount.EnrolledCredInfo[] = await userIDM.getAuthInfo(osAccount.AuthType.FING…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-account.md134 |权限有变化|方法名 or 属性名:getAuthInfo<br>权限:ohos.permission.ACCESS_USER_IDM|方法名 or 属性名:getAuthInfo<br>权限:oh…
135 |权限有变化|方法名 or 属性名:getAuthInfo<br>权限:ohos.permission.ACCESS_USER_IDM|方法名 or 属性名:getAuthInfo<br>权限:oh…
136 |权限有变化|方法名 or 属性名:getAuthInfo<br>权限:ohos.permission.ACCESS_USER_IDM|方法名 or 属性名:getAuthInfo<br>权限:oh…
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_utils/unittest/
H A Dwifi_common_util_test.cpp224 std::vector<std::string> result = getAuthInfo(input, delimiter);
233 std::vector<std::string> result = getAuthInfo(input, delimiter);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md2405 console.log('getAuthInfo exception = ' + JSON.stringify(e));
4897 ### getAuthInfo<sup>8+</sup>
4931 console.log('getAuthInfo err = ' + JSON.stringify(err));
4935 console.log('getAuthInfo exception = ' + JSON.stringify(e));
4939 ### getAuthInfo<sup>8+</sup>
4974 userIDM.getAuthInfo(osAccount.AuthType.PIN,
4976 console.log('getAuthInfo err = ' + JSON.stringify(err));
4980 console.log('getAuthInfo exception = ' + JSON.stringify(e));
4984 ### getAuthInfo<sup>8+</sup>
5027 console.log('getAuthInfo error = ' + JSON.stringify(err));
[all …]
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/model/
H A DuserIdmModel.ts73 this.userIdentityManager.getAuthInfo(AUTH_TYPE_FACE).then((data) => {
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_common_util.h289 std::vector<std::string> getAuthInfo(const std::string &input, const std::string &delimiter);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-account.md150 …属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧…
151 …er;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>旧版本信息:|类名:U…
183getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧版本信息:12300001,12300002,…
207 …属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧…
208 …er;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>旧版本信息:|类名:U…
319 …属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧…
320 …er;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>旧版本信息:|类名:U…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-account.md134 …d|Method or attribute name: getAuthInfo<br>Permission: ohos.permission.ACCESS_USER_IDM|Method or a…
135 …d|Method or attribute name: getAuthInfo<br>Permission: ohos.permission.ACCESS_USER_IDM|Method or a…
136 …d|Method or attribute name: getAuthInfo<br>Permission: ohos.permission.ACCESS_USER_IDM|Method or a…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-account_os_account.md60 - getAuthInfo(callback: AsyncCallback&lt;Array&lt;EnrolledCredInfo&gt;&gt;): void;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_monitor.cpp289 std::vector<std::string> results = getAuthInfo(notifyParam, delimiter); in OnWpaEapSimAuthCallBack()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md4826 ### getAuthInfo<sup>8+</sup>
4860 console.log('getAuthInfo err = ' + JSON.stringify(err));
4864 console.log('getAuthInfo exception = ' + JSON.stringify(e));
4868 ### getAuthInfo<sup>8+</sup>
4903 userIDM.getAuthInfo(osAccount.AuthType.PIN,
4905 console.log('getAuthInfo err = ' + JSON.stringify(err));
4909 console.log('getAuthInfo exception = ' + JSON.stringify(e));
4913 ### getAuthInfo<sup>8+</sup>
4956 console.log('getAuthInfo error = ' + JSON.stringify(err));
4959 console.log('getAuthInfo exception = ' + JSON.stringify(e));
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-account_os_account.md60 - getAuthInfo(callback: AsyncCallback&lt;Array&lt;EnrolledCredInfo&gt;&gt;): void;
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-account.md150getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old …
151getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Old version information: …
183getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old version information:…
207getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old …
208getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Old version information: …
319getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>Old …
320getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Old version information: …
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp605 std::vector<std::string> getAuthInfo(const std::string &input, const std::string &delimiter) in getAuthInfo() function
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-account.md3 |删除|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>…
148 |新增|NA|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredIn…
149 |新增|NA|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<A…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-account.md3 |Deleted|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(callback: AsyncC…
148 |Added|NA|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(callback: Async…
149 |Added|NA|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthT…
/ohos5.0/base/account/os_account/
H A DREADME_zh.md1111getAuthInfo(callback: AsyncCallback&lt;Array&lt;EnrolledCredInfo&gt;&gt;): void;<br/>getAuthInfo(a…