Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dupdate_pin_param_impl.cpp23 …Id_(oldCredentialId), oldRootSecret_(oldRootSecret), rootSecret_(rootSecret), authToken_(authToken) in UpdatePinParamImpl()
44 return authToken_; in GetAuthToken()
H A Dupdate_pin_param_impl.h38 std::vector<uint8_t> authToken_; variable
H A Denrollment_impl.cpp62 authToken_ = authToken; in SetAuthToken()
123 auto result = hdi->BeginEnrollment(authToken_, param, info); in Start()
H A Denrollment_impl.h61 std::vector<uint8_t> authToken_; variable