Lines Matching refs:authentication
4 … user authentication framework also provides a mechanism for switching from the authentication typ…
7 …al or fingerprint authentication provided by the system fails in a payment process, the user can s…
10 …authentication is not a system authentication capability, a navigation button with **Use payment p…
13 …authentication will receive a special authentication result returned by the user authentication fr…
16 
23 > The lock screen password authentication and custom authentication are mutually exclusive.
28 | Lock screen password authentication| × |
29 | Facial authentication| √ |
30 | Fingerprint authentication| √ |
31 | Facial + lock screen password authentication| × |
32 | Fingerprint + lock screen password authentication| × |
33 | Facial + fingerprint + lock screen password authentication| × |
38 …orted authentication type to a custom authentication type, the **widgetParam** parameter passed in…
40 …le only covers how to configure the page for switching to the custom authentication page. You need…
56 // Set navigationButtonText for the authentication page.
64 // Subscribe to the authentication result.
69 …00011 is returned, the user taps the navigation button to switch to the custom authentication page.
71 // You need to implement the process of starting the custom authentication page.