Lines Matching refs:authentication

4 A user authentication is required before an application accesses a critical functionality or sensit…
9 …and error codes, see [User Authentication](../../reference/apis-user-authentication-kit/js-apis-us…
13 … **UserAuthInstance** object for user authentication. The unified [user authentication widget](#us…
14 | on(type: 'result', callback: IAuthCallback): void | Subscribes to the user authentication result.…
15 | off(type: 'result', callback?: IAuthCallback): void | Unsubscribes from the user authentication r…
16 | start(): void | Starts user authentication.|
21 The system provides a unified user authentication widget, which stands out with following features:
23 - The user authentication widget identifies and authenticates user information and returns the auth…
27 …ws the style of the user authentication widget, which can be set via the [WidgetParam](../../refer…
30 ![](figures/user-authentication-widget.png)
33 - ①: Title (**WidgetParam.title**) of the user authentication page, which cannot exceed 500 charact…
35 …ed 60 characters. This parameter can be set only for a single fingerprint or facial authentication.
37 …If biometric authentication fails, the authentication widget button is displayed. You can click th…
40 - The following shows the display modes (**WidgetParam.windowMode**) of the user authentication wid…
42 …The user authentication widget provides two display modes: dialog box (default mode, as shown in f…
49 The user authentication widget supports the following types of authentication:
51 - Lock screen password authentication
53 - Facial authentication
55 - Fingerprint authentication
57 - Facial + lock screen password authentication
59 - Fingerprint + lock screen password authentication
61 - Facial + fingerprint + lock screen password authentication
64 …getParam.navigationButtonText**) can be set only for a single fingerprint or facial authentication.
71authentication-kit/js-apis-useriam-userauth.md#authparam10) (including the challenge, [UserAuthTyp…
73 …ce.on](../../reference/apis-user-authentication-kit/js-apis-useriam-userauth.md#on10) to subscribe…
75authentication-kit/js-apis-useriam-userauth.md#start10) to start authentication. The authenticatio…
76 …If the authentication is successful, [UserAuthType](../../reference/apis-user-authentication-kit/j…
80 …Initiate facial authentication and lock screen password authentication with the authentication tru…
92 // Set authentication parameters.
98 // Set the authentication page.
105 // Subscribe to the authentication result.
109 // Unsubscribe from the authentication result if required.
123authentication with the authentication trust level greater than or equal to ATL3, and enable the d…
131 // Set authentication parameters.
146 // Set the authentication page.
153 // Subscribe to the authentication result.
157 // Unsubscribe from the authentication result if required.
171authentication with the authentication trust level greater than or equal to ATL3, and enable the d…
179 // Set authentication parameters.
194 // Set the authentication page.
201 // Subscribe to the authentication result.
205 // Unsubscribe from the authentication result if required.