cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::auth::HttpOAuthTokenEndpoint Member List

This is the complete list of members for mcp::auth::HttpOAuthTokenEndpoint, including all inherited members.

exchange_authorization_code(const TokenExchangeRequest &request) override (defined in mcp::auth::HttpOAuthTokenEndpoint)mcp::auth::HttpOAuthTokenEndpointinlinevirtual
exchange_client_credentials(const TokenClientCredentialsRequest &request) override (defined in mcp::auth::HttpOAuthTokenEndpoint)mcp::auth::HttpOAuthTokenEndpointinlinevirtual
exchange_token_grant(const AuthorizationServerMetadata &authorization_server, const OAuthClientConfig &client, const MetadataMap &parameters, OAuthErrorCode error_code=OAuthErrorCode::kTokenExchangeFailed) (defined in mcp::auth::HttpOAuthTokenEndpoint)mcp::auth::HttpOAuthTokenEndpointinline
HttpOAuthTokenEndpoint(OAuthHttpPost post, TimePoint now=SystemClock::now()) (defined in mcp::auth::HttpOAuthTokenEndpoint)mcp::auth::HttpOAuthTokenEndpointinlineexplicit
refresh_access_token(const TokenRefreshRequest &request) override (defined in mcp::auth::HttpOAuthTokenEndpoint)mcp::auth::HttpOAuthTokenEndpointinlinevirtual
~OAuthTokenEndpoint()=default (defined in mcp::auth::OAuthTokenEndpoint)mcp::auth::OAuthTokenEndpointvirtual