From fbf31251fd15e1b70f6144d97a14bf9ccf5aede7 Mon Sep 17 00:00:00 2001 From: m00573788 Date: Tue, 18 Jun 2024 16:08:13 +0800 Subject: [PATCH] add recovery key auth type Signed-off-by: m00573788 Change-Id: I880b5d8efe95db0ad56224dc5920b9309452bf44 --- pin_auth/v2_0/PinAuthTypes.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pin_auth/v2_0/PinAuthTypes.idl b/pin_auth/v2_0/PinAuthTypes.idl index b31bb736..ceef107b 100644 --- a/pin_auth/v2_0/PinAuthTypes.idl +++ b/pin_auth/v2_0/PinAuthTypes.idl @@ -54,6 +54,8 @@ enum AuthType : int { FACE = 2, /**< Indicates that the authentication type is fingerprint. */ FINGERPRINT = 4, + /**< Indicates that the authentication type is Recovery key. */ + RECOVERY_KEY = 8, }; /** -- Gitee