Searched defs:VerifyCredentialContext (Results 1 – 1 of 1) sorted by relevance
107 struct VerifyCredentialContext : public CommonAsyncContext { struct108 …VerifyCredentialContext(napi_env env, bool throwAble = false) : CommonAsyncContext(env, throwAble)… in CommonAsyncContext() argument109 std::string name;110 std::string owner;111 VerifyCredentialOptions options;112 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;113 JSAuthCallback callback;