Lines Matching refs:PIN

11 | PIN   | 1     | PIN.|
24 | PIN_SIX | 10000 | Six-digit PIN. |
25 | PIN_NUMBER | 10001 | Custom PIN.|
26 | PIN_MIXED | 10002 | Custom mixed PIN.|
51 ## Registering a PIN Inputer
53 Register a PIN inputer to transmit PIN data.
57 1. Define a PIN inputer and obtain the PIN.
60 …let pinData: Uint8Array = new Uint8Array([31, 32, 33, 34, 35, 36]); // you can obtain a PIN throug…
68 …nce/apis-basic-services-kit/js-apis-osAccount-sys.md#registerinputer8) to register the PIN inputer.
87 ## Enrolling a PIN
89 …](../../reference/apis-basic-services-kit/js-apis-osAccount-sys.md#addcredential8) to enroll a PIN.
93 1. Define the PIN authentication credential.
97 credType: osAccount.AuthType.PIN,
114 ## Authenticating a PIN
116 Use [auth](../../reference/apis-basic-services-kit/js-apis-osAccount-sys.md#auth8) to perform PIN a…
124 let authType: osAccount.AuthType = osAccount.AuthType.PIN;
128 …../reference/apis-basic-services-kit/js-apis-osAccount-sys.md#auth8) to perform PIN authentication.
143 …ingerprint can be enrolled after the PIN authentication is successful. The enrollment process is s…
147 1. Perform PIN authentication to obtain the authorization token (**authToken**).
223 1. Perform PIN authentication to obtain the authorization token (**authToken**).
229 credType: osAccount.AuthType.PIN,
266 Before a credential is deleted, [PIN Authentication](#authenticating-a-pin) is required and the ID …
281 2. [Perform PIN authentication](#authenticating-a-pin) to obtain the authentication token.
294 ## Unregistering a PIN Inputer
296 …ervices-kit/js-apis-osAccount-sys.md#unregisterinputer8) to unregister the PIN inputer that is no …