Searched defs:AuthenticatorCallbackParam (Results 1 – 1 of 1) sorted by relevance
202 struct AuthenticatorCallbackParam : public CommonAsyncContext { struct203 explicit AuthenticatorCallbackParam(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AuthenticatorCallbackParam() argument214 … std::function<std::function<void()>(const std::shared_ptr<AuthenticatorCallbackParam> &)> workCb); argument