Lines Matching refs:credential
20 > The credential types supported by the device depend on the hardware capability.
27 | FACE_2D | 20000 | 2D face credential. |
28 | FACE_3D | 20001 | 3D face credential. |
77 …ic-services-kit/js-apis-osAccount-sys.md#opensession8) to open a session for credential management.
81 …ic-services-kit/js-apis-osAccount-sys.md#opensession8) to open a session for credential management.
93 1. Define the PIN authentication credential.
103 …ices-kit/js-apis-osAccount-sys.md#addcredential8) to add credential information. The credential is…
149 2. Set face credential information. The following uses 2D face credential as an example.
164 console.log('add face credential, resultCode: ' + code);
165 console.log('add face credential, request result: ' + result);
170 4. Set fingerprint credential information.
185 console.log('add fingerprint credential, resultCode: ' + code);
186 console.log('add fingerprint credential, request result: ' + result);
219 …is-basic-services-kit/js-apis-osAccount-sys.md#updatecredential8) to update credential information.
225 2. Specify the credential information to be updated.
235 …rence/apis-basic-services-kit/js-apis-osAccount-sys.md#updatecredential8) to update the credential.
248 …credential management page, and the available credential types need to be displayed on the lock sc…
258 …asic-services-kit/js-apis-osAccount-sys.md#getauthinfo8) to obtain the credential of the specified…
266 …credential is deleted, [PIN Authentication](#authenticating-a-pin) is required and the ID of the c…
283 …ce/apis-basic-services-kit/js-apis-osAccount-sys.md#delcred8) to delete the fingerprint credential.
306 …-kit/js-apis-osAccount-sys.md#closesession8) to close a session to terminate credential management.