Home
last modified time | relevance | path

Searched defs:VerifyCredentialContext (Results 1 – 1 of 1) sorted by relevance

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h107 struct VerifyCredentialContext : public CommonAsyncContext { struct
108VerifyCredentialContext(napi_env env, bool throwAble = false) : CommonAsyncContext(env, throwAble)… in CommonAsyncContext() argument
109 std::string name;
110 std::string owner;
111 VerifyCredentialOptions options;
112 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;
113 JSAuthCallback callback;