10Duke Enterprise C++ Client
|
This is the complete list of members for tenduke::oauth::pkce::OAuthPKCEFlow, including all inherited members.
authorize(const std::string &scopes) const override | tenduke::oauth::pkce::OAuthPKCEFlow | virtual |
authorize(const std::string &scopes, const std::map< std::string, std::string > &additionalParameters) const override | tenduke::oauth::pkce::OAuthPKCEFlow | virtual |
BaseOAuthClient(std::shared_ptr< const tenduke::oauth::OAuthConfiguration > config, std::shared_ptr< const tenduke::http::HTTPClient > httpClient, std::shared_ptr< const tenduke::json::JSONParser > jsonParser, std::shared_ptr< tenduke::time::Clock > clock) | tenduke::oauth::BaseOAuthClient | |
generateCodeVerifier() const | tenduke::oauth::pkce::OAuthPKCEFlow | protected |
generateState() const | tenduke::oauth::pkce::OAuthPKCEFlow | protected |
getConfiguration() const | tenduke::oauth::BaseOAuthClient | inline |
OAuthPKCEFlow(std::shared_ptr< const tenduke::oauth::OAuthConfiguration > config, std::shared_ptr< const tenduke::http::HTTPClient > httpClient, std::shared_ptr< const tenduke::net::URLParser > urlParser, std::shared_ptr< const tenduke::json::JSONParser > jsonParser, std::shared_ptr< const tenduke::utl::Base64Encoder > base64Encoder, std::shared_ptr< const tenduke::crypto::MessageDigestFactory > messageDigestFactory, std::shared_ptr< tenduke::time::Clock > clock, std::shared_ptr< tenduke::utl::random::RandomUrlSafeString > randomUrlSafeString) | tenduke::oauth::pkce::OAuthPKCEFlow | |
refresh(std::shared_ptr< tenduke::oauth::OAuthState > state) const override | tenduke::oauth::BaseOAuthClient | virtual |
~OAuthClient()=default (defined in tenduke::oauth::OAuthClient) | tenduke::oauth::OAuthClient | virtual |