Signed-off-by: WangShengming <wangshengming6@huawei.com>
This commit is contained in:
WangShengming 2024-06-27 09:34:45 +08:00
parent 94f5b41b25
commit 74a427fec7

View File

@ -503,12 +503,12 @@ enum OH_Huks_AuthStorageLevel {
*/
enum OH_Huks_UserAuthMode {
/**
* Local authentication.
* Auth mode for local scenarios.
* @since 12
*/
OH_HUKS_USER_AUTH_MODE_LOCAL = 0,
/**
* Remote collaborative authentication.
* Auth mode for co-auth scenarios.
* @since 12
*/
OH_HUKS_USER_AUTH_MODE_COAUTH = 1,