mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
add code
Signed-off-by: WangShengming <wangshengming6@huawei.com>
This commit is contained in:
parent
94f5b41b25
commit
74a427fec7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user