Home
last modified time | relevance | path

Searched refs:m_authToken (Results 1 – 14 of 14) sorted by relevance

/dports/news/nzbget/nzbget-21.1/daemon/remote/
H A DWebServer.cpp82 m_authToken[0] = '\0'; in Execute()
176 strncpy(m_authToken, tok + 11, sizeof(m_authToken)-1); in ParseHeaders()
177 m_authToken[sizeof(m_authToken)-1] = '\0'; in ParseHeaders()
200 debug("Auth-Token=%s", m_authToken); in ParseHeaders()
246 if (!strcmp(m_authToken, m_serverAuthToken[j])) in CheckCredentials()
H A DWebServer.h63 char m_authToken[48+1]; variable
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/imageshack/
H A Dimageshack.cpp74 return m_authToken; in authToken()
94 m_authToken = token; in setAuthToken()
H A Dimageshack.h65 QString m_authToken; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticache/include/aws/elasticache/model/
H A DModifyCacheClusterRequest.h1509 inline const Aws::String& GetAuthToken() const{ return m_authToken; } in GetAuthToken()
1531 …inline void SetAuthToken(const Aws::String& value) { m_authTokenHasBeenSet = true; m_authToken = v… in SetAuthToken()
1542 …inline void SetAuthToken(Aws::String&& value) { m_authTokenHasBeenSet = true; m_authToken = std::m… in SetAuthToken()
1553 …inline void SetAuthToken(const char* value) { m_authTokenHasBeenSet = true; m_authToken.assign(val… in SetAuthToken()
1743 Aws::String m_authToken; variable
H A DModifyReplicationGroupRequest.h1063 inline const Aws::String& GetAuthToken() const{ return m_authToken; } in GetAuthToken()
1087 …inline void SetAuthToken(const Aws::String& value) { m_authTokenHasBeenSet = true; m_authToken = v… in SetAuthToken()
1099 …inline void SetAuthToken(Aws::String&& value) { m_authTokenHasBeenSet = true; m_authToken = std::m… in SetAuthToken()
1111 …inline void SetAuthToken(const char* value) { m_authTokenHasBeenSet = true; m_authToken.assign(val… in SetAuthToken()
1429 Aws::String m_authToken; variable
H A DCreateCacheClusterRequest.h1932 inline const Aws::String& GetAuthToken() const{ return m_authToken; } in GetAuthToken()
1956 …inline void SetAuthToken(const Aws::String& value) { m_authTokenHasBeenSet = true; m_authToken = v… in SetAuthToken()
1968 …inline void SetAuthToken(Aws::String&& value) { m_authTokenHasBeenSet = true; m_authToken = std::m… in SetAuthToken()
1980 …inline void SetAuthToken(const char* value) { m_authTokenHasBeenSet = true; m_authToken.assign(val… in SetAuthToken()
2251 Aws::String m_authToken; variable
H A DCreateReplicationGroupRequest.h2232 inline const Aws::String& GetAuthToken() const{ return m_authToken; } in GetAuthToken()
2266 …inline void SetAuthToken(const Aws::String& value) { m_authTokenHasBeenSet = true; m_authToken = v… in SetAuthToken()
2283 …inline void SetAuthToken(Aws::String&& value) { m_authTokenHasBeenSet = true; m_authToken = std::m… in SetAuthToken()
2300 …inline void SetAuthToken(const char* value) { m_authTokenHasBeenSet = true; m_authToken.assign(val… in SetAuthToken()
2686 Aws::String m_authToken; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticache/source/model/
H A DModifyCacheClusterRequest.cpp158 ss << "AuthToken=" << StringUtils::URLEncode(m_authToken.c_str()) << "&"; in SerializePayload()
H A DModifyReplicationGroupRequest.cpp156 ss << "AuthToken=" << StringUtils::URLEncode(m_authToken.c_str()) << "&"; in SerializePayload()
H A DCreateCacheClusterRequest.cpp195 ss << "AuthToken=" << StringUtils::URLEncode(m_authToken.c_str()) << "&"; in SerializePayload()
H A DCreateReplicationGroupRequest.cpp235 ss << "AuthToken=" << StringUtils::URLEncode(m_authToken.c_str()) << "&"; in SerializePayload()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/greader/
H A Dgreadernetwork.h133 QString m_authToken; variable
H A Dgreadernetwork.cpp74 args += QSL("&T=%1").arg(m_authToken); in editLabels()
825 m_authToken = output; in clientLogin()
1038 m_authAuth = m_authSid = m_authToken = QString(); in clearCredentials()