Lines Matching refs:authentication

3 The **userIAM.userAuth** module provides user authentication capabilities in identity authenticatio…
18 Enumerates the window types of the authentication widget.
31 Represents the information presented on the user authentication page.
37 …indowModeType](#windowmodetype10) | No | Display format of the user authentication page. The defa…
41 Defines the type of the user authentication notification.
49 | WIDGET_NOTICE | 1 | Notification from the user authentication widget.|
55 Sends a notification from the user authentication widget.
115 Provides APIs for managing the user authentication widget. You can use the APIs to register the use…
121 Subscribes to commands from the user authentication framework for the user authentication widget.
131 …**, which indicates the command sent from the user authentication framework to the user authentica…
132 … Callback used to return the command from the user authentication framework to the user authentica…
157 console.info('subscribe authentication event success');
167 Unsubscribes from commands sent from the user authentication framework.
177 …**, which indicates the command sent from the user authentication framework to the user authentica…
203 console.info('cancel subscribe authentication event success');
213 Obtains a **UserAuthWidgetMgr** instance for user authentication.
216 > A **UserAuthInstance** instance can be used for an authentication only once.
228 | version | number | Yes | Version of the user authentication widget.|
263 …back for returning the commands sent from the user authentication framework to the user authentica…
269 Called to return the command sent from the user authentication framework to the user authentication
279 …dData | string | Yes | Command sent from the user authentication framework to the user authentica…
295 console.info('subscribe authentication event success');
303 Enumerates the types of credentials for identity authentication.
313 Initiate privacy PIN authentication with the authentication trust level greater than or equal to AT…
335 …// The authentication result is returned by onResult() only after the authentication is started by…