Lines Matching refs:authentication

24  * manage credentials, and complete password and biometric authentication.
32 * manage credentials, and complete password and biometric authentication.
56 * @brief Adds an authentication executor to obtain the authentication capability.
59 * @param index Indicates the executor index under the authentication framework.
60 * @param publicKey Indicates the public key of the authentication framework.
71 * @param index Indicates the executor index under the authentication framework.
78 * @brief Opens a session for authentication credential management.
81 … * @param challenge Indicates the random number, which is used to generate an authentication token.
88 * @brief Closes the authentication credential management session.
97 * @brief Begins the enrollment of authentication credentials.
98 * If the authentication type is PIN, this method updates the existing PIN credential.
101 * @param authToken Indicates the authentication token of the user password.
137 * @param authToken Indicates the authentication token of the user password.
149 * @param authType Indicates the authentication type. See {@link AuthType}.
161 * @param pinSubType Indicates the sub type of PIN authentication. See {@link PinSubType}.
173 * @param authToken Indicates the authentication token of the user password.
191 * @brief Begins authentication, and generates the authentication solution.
205 …* @brief Updates the authentication result, and evaluates the result of the authentication solutio…
208 * @param scheduleResult Indicates the authentication result issued by the executor.
209 * @param info Indicates authentication result information. See {@link AuthResultInfo}.
217 * @brief Cancels authentication.
264 * @brief Obtains the trust level of the current authentication type.
267 * @param authType Indicates the authentication type. See {@link AuthType}.
268 * @param authTrustLevel Indicates the authentication trust level.
275 * @brief Obtains the valid authentication methods under the current authentication trust level.
278 * @param authTypes Indicates the authentication types to be filtered. See {@link AuthType}.
279 * @param authTrustLevel Indicates the authentication trust level.
280 * @param validTypes Indicates the valid authentication types. See {@link AuthType}.