10Duke Enterprise C++ Client
|
This is the complete list of members for BaseOIDCClient, including all inherited members.
BaseOIDCClient(const std::shared_ptr< const tenduke::oidc::OIDCConfiguration > &oidcConfiguration, const std::shared_ptr< const tenduke::oauth::OAuthClient > &oauthClient, const std::shared_ptr< const tenduke::jwt::JWTParser > &jwtParser, const std::shared_ptr< const tenduke::http::HTTPClient > &httpClient) | BaseOIDCClient | |
ensureOpenIDScope(const std::string &scopes) | BaseOIDCClient | protectedstatic |
http | BaseOIDCClient | protected |
oidcConfiguration | BaseOIDCClient | protected |
parseJWT | BaseOIDCClient | protected |
refresh(const std::shared_ptr< tenduke::oidc::OIDCState > &state) const override | BaseOIDCClient | virtual |
requestUserinfo(const std::string &accessToken) const override | BaseOIDCClient | virtual |