Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-user-iam.md3 |新增|NA|类名:AuthType<br>方法or属性:type AuthType = 'ALL' \| 'FACE_ONLY';|@ohos.userIAM.userAuth.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-user-iam.md3 |Added|NA|Class name: AuthType<br>Method or attribute name: type AuthType = 'ALL' \| 'FACE_ONLY';|@…
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_constant.h35 FACE_ONLY = 0xF0 enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-user-authentication-kit/
H A Djs-apis-useriam-userauth.md1526 | string | 表示认证类型为字符,认证类型包括:`'ALL'`\|`'FACE_ONLY'`。<br/>\- `'ALL'`:预留参数,当前版本暂不支持ALL类型的认证。<br/>\- `…
1576 | type | AuthType | 是 | 认证类型,当前只支持"FACE_ONLY"。<br/>ALL为预留参数。当前版本暂不支持ALL类…
1586 authenticator.execute('FACE_ONLY', 'S2', (error, code)=>{
1613 | type | AuthType | 是 | 认证类型,当前只支持"FACE_ONLY"。<br/>ALL为预留参数。当前版本暂不支持ALL类型的认证。 …
1629 authenticator.execute('FACE_ONLY', 'S2').then((code)=>{
/ohos5.0/docs/en/application-dev/reference/apis-user-authentication-kit/
H A Djs-apis-useriam-userauth.md1526 | FACE_ONLY | 'FACE_ONLY' | Facial authentication.|
1576 …pe | Yes | Authentication type. Currently, only **FACE_ONLY** is supported.<…
1586 authenticator.execute('FACE_ONLY', 'S2', (error, code)=>{
1613 | type | AuthType | Yes | Authentication type. Currently, only **FACE_ONLY** is supported.<br>**…
1629 authenticator.execute('FACE_ONLY', 'S2').then((code)=>{
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_constant.cpp156 NAPI_CALL(env, napi_create_int32(env, AuthMethod::FACE_ONLY, &faceOnly)); in AuthMethodConstructor()