7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename TokenEndpo
intT = Aws::String>
37 m_tokenEndpointHasBeenSet =
true;
38 m_tokenEndpoint = std::forward<TokenEndpointT>(value);
40 template <
typename TokenEndpo
intT = Aws::String>
52 template <
typename UserinfoEndpo
intT = Aws::String>
54 m_userinfoEndpointHasBeenSet =
true;
55 m_userinfoEndpoint = std::forward<UserinfoEndpointT>(value);
57 template <
typename UserinfoEndpo
intT = Aws::String>
69 template <
typename ResponseTypesSupportedT = Aws::Vector<Aws::String>>
71 m_responseTypesSupportedHasBeenSet =
true;
72 m_responseTypesSupported = std::forward<ResponseTypesSupportedT>(value);
74 template <
typename ResponseTypesSupportedT = Aws::Vector<Aws::String>>
79 template <
typename ResponseTypesSupportedT = Aws::String>
81 m_responseTypesSupportedHasBeenSet =
true;
82 m_responseTypesSupported.emplace_back(std::forward<ResponseTypesSupportedT>(value));
92 template <
typename ScopesSupportedT = Aws::Vector<Aws::String>>
94 m_scopesSupportedHasBeenSet =
true;
95 m_scopesSupported = std::forward<ScopesSupportedT>(value);
97 template <
typename ScopesSupportedT = Aws::Vector<Aws::String>>
102 template <
typename ScopesSupportedT = Aws::String>
104 m_scopesSupportedHasBeenSet =
true;
105 m_scopesSupported.emplace_back(std::forward<ScopesSupportedT>(value));
115 template <
typename IssuerT = Aws::String>
117 m_issuerHasBeenSet =
true;
118 m_issuer = std::forward<IssuerT>(value);
120 template <
typename IssuerT = Aws::String>
132 template <
typename AuthorizationEndpo
intT = Aws::String>
134 m_authorizationEndpointHasBeenSet =
true;
135 m_authorizationEndpoint = std::forward<AuthorizationEndpointT>(value);
137 template <
typename AuthorizationEndpo
intT = Aws::String>
150 template <
typename EndSessionEndpo
intT = Aws::String>
152 m_endSessionEndpointHasBeenSet =
true;
153 m_endSessionEndpoint = std::forward<EndSessionEndpointT>(value);
155 template <
typename EndSessionEndpo
intT = Aws::String>
167 template <
typename LogoutEndpo
intT = Aws::String>
169 m_logoutEndpointHasBeenSet =
true;
170 m_logoutEndpoint = std::forward<LogoutEndpointT>(value);
172 template <
typename LogoutEndpo
intT = Aws::String>
184 template <
typename GrantTypesSupportedT = Aws::Vector<Aws::String>>
186 m_grantTypesSupportedHasBeenSet =
true;
187 m_grantTypesSupported = std::forward<GrantTypesSupportedT>(value);
189 template <
typename GrantTypesSupportedT = Aws::Vector<Aws::String>>
194 template <
typename GrantTypesSupportedT = Aws::String>
196 m_grantTypesSupportedHasBeenSet =
true;
197 m_grantTypesSupported.emplace_back(std::forward<GrantTypesSupportedT>(value));
207 template <
typename RevocationEndpo
intT = Aws::String>
209 m_revocationEndpointHasBeenSet =
true;
210 m_revocationEndpoint = std::forward<RevocationEndpointT>(value);
212 template <
typename RevocationEndpo
intT = Aws::String>
224 template <
typename TokenEndpo
intAuthMethodsSupportedT = Aws::Vector<Aws::String>>
226 m_tokenEndpointAuthMethodsSupportedHasBeenSet =
true;
227 m_tokenEndpointAuthMethodsSupported = std::forward<TokenEndpointAuthMethodsSupportedT>(value);
229 template <
typename TokenEndpo
intAuthMethodsSupportedT = Aws::Vector<Aws::String>>
234 template <
typename TokenEndpo
intAuthMethodsSupportedT = Aws::String>
236 m_tokenEndpointAuthMethodsSupportedHasBeenSet =
true;
237 m_tokenEndpointAuthMethodsSupported.emplace_back(std::forward<TokenEndpointAuthMethodsSupportedT>(value));
248 m_microsoftMultiRefreshTokenHasBeenSet =
true;
249 m_microsoftMultiRefreshToken = value;
260 template <
typename RequestIdT = Aws::String>
262 m_requestIdHasBeenSet =
true;
263 m_requestId = std::forward<RequestIdT>(value);
265 template <
typename RequestIdT = Aws::String>
294 bool m_microsoftMultiRefreshToken{
false};
297 bool m_tokenEndpointHasBeenSet =
false;
298 bool m_userinfoEndpointHasBeenSet =
false;
299 bool m_responseTypesSupportedHasBeenSet =
false;
300 bool m_scopesSupportedHasBeenSet =
false;
301 bool m_issuerHasBeenSet =
false;
302 bool m_authorizationEndpointHasBeenSet =
false;
303 bool m_endSessionEndpointHasBeenSet =
false;
304 bool m_logoutEndpointHasBeenSet =
false;
305 bool m_grantTypesSupportedHasBeenSet =
false;
306 bool m_revocationEndpointHasBeenSet =
false;
307 bool m_tokenEndpointAuthMethodsSupportedHasBeenSet =
false;
308 bool m_microsoftMultiRefreshTokenHasBeenSet =
false;
309 bool m_requestIdHasBeenSet =
false;
AWS_WICKR_API RegisterOidcConfigTestResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetResponseTypesSupported() const
void SetRequestId(RequestIdT &&value)
RegisterOidcConfigTestResult & WithIssuer(IssuerT &&value)
bool GetMicrosoftMultiRefreshToken() const
void SetEndSessionEndpoint(EndSessionEndpointT &&value)
void SetTokenEndpointAuthMethodsSupported(TokenEndpointAuthMethodsSupportedT &&value)
const Aws::String & GetRequestId() const
RegisterOidcConfigTestResult & AddTokenEndpointAuthMethodsSupported(TokenEndpointAuthMethodsSupportedT &&value)
const Aws::Vector< Aws::String > & GetScopesSupported() const
void SetLogoutEndpoint(LogoutEndpointT &&value)
const Aws::String & GetRevocationEndpoint() const
const Aws::String & GetLogoutEndpoint() const
RegisterOidcConfigTestResult & WithEndSessionEndpoint(EndSessionEndpointT &&value)
RegisterOidcConfigTestResult & WithRequestId(RequestIdT &&value)
void SetUserinfoEndpoint(UserinfoEndpointT &&value)
void SetScopesSupported(ScopesSupportedT &&value)
RegisterOidcConfigTestResult & WithGrantTypesSupported(GrantTypesSupportedT &&value)
RegisterOidcConfigTestResult & WithTokenEndpoint(TokenEndpointT &&value)
RegisterOidcConfigTestResult & AddGrantTypesSupported(GrantTypesSupportedT &&value)
const Aws::String & GetAuthorizationEndpoint() const
RegisterOidcConfigTestResult & AddResponseTypesSupported(ResponseTypesSupportedT &&value)
const Aws::String & GetEndSessionEndpoint() const
RegisterOidcConfigTestResult & WithScopesSupported(ScopesSupportedT &&value)
void SetTokenEndpoint(TokenEndpointT &&value)
AWS_WICKR_API RegisterOidcConfigTestResult()=default
void SetGrantTypesSupported(GrantTypesSupportedT &&value)
void SetIssuer(IssuerT &&value)
void SetAuthorizationEndpoint(AuthorizationEndpointT &&value)
void SetMicrosoftMultiRefreshToken(bool value)
RegisterOidcConfigTestResult & WithResponseTypesSupported(ResponseTypesSupportedT &&value)
RegisterOidcConfigTestResult & WithRevocationEndpoint(RevocationEndpointT &&value)
void SetRevocationEndpoint(RevocationEndpointT &&value)
const Aws::Vector< Aws::String > & GetTokenEndpointAuthMethodsSupported() const
RegisterOidcConfigTestResult & AddScopesSupported(ScopesSupportedT &&value)
RegisterOidcConfigTestResult & WithTokenEndpointAuthMethodsSupported(TokenEndpointAuthMethodsSupportedT &&value)
AWS_WICKR_API RegisterOidcConfigTestResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RegisterOidcConfigTestResult & WithUserinfoEndpoint(UserinfoEndpointT &&value)
RegisterOidcConfigTestResult & WithMicrosoftMultiRefreshToken(bool value)
const Aws::String & GetUserinfoEndpoint() const
const Aws::String & GetTokenEndpoint() const
void SetResponseTypesSupported(ResponseTypesSupportedT &&value)
RegisterOidcConfigTestResult & WithAuthorizationEndpoint(AuthorizationEndpointT &&value)
const Aws::String & GetIssuer() const
RegisterOidcConfigTestResult & WithLogoutEndpoint(LogoutEndpointT &&value)
const Aws::Vector< Aws::String > & GetGrantTypesSupported() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue