Home
last modified time | relevance | path

Searched refs:TOKEN_VALIDITY_PERIOD (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c25 #define TOKEN_VALIDITY_PERIOD (10 * 60 * 1000) macro
42 if (currentTime - userAuthToken->tokenDataPlain.time > TOKEN_VALIDITY_PERIOD) { in IsTimeValid()