Searched refs:nAuthType (Results 1 – 1 of 1) sorted by relevance
454 napi_value nAuthType = nullptr; in GetOAuthTokenInfoForResult() local455 napi_create_string_utf8(env, item.authType.c_str(), NAPI_AUTO_LENGTH, &nAuthType); in GetOAuthTokenInfoForResult()456 napi_set_named_property(env, objOAuthTokenInfo, "authType", nAuthType); in GetOAuthTokenInfoForResult()