|
cxxmcp 1.1.6
C++ MCP SDK
|
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::HttpOAuthTokenEndpoint | inlinevirtual |
| exchange_client_credentials(const TokenClientCredentialsRequest &request) override (defined in mcp::auth::HttpOAuthTokenEndpoint) | mcp::auth::HttpOAuthTokenEndpoint | inlinevirtual |
| exchange_token_grant(const AuthorizationServerMetadata &authorization_server, const OAuthClientConfig &client, const MetadataMap ¶meters, OAuthErrorCode error_code=OAuthErrorCode::kTokenExchangeFailed) (defined in mcp::auth::HttpOAuthTokenEndpoint) | mcp::auth::HttpOAuthTokenEndpoint | inline |
| HttpOAuthTokenEndpoint(OAuthHttpPost post, TimePoint now=SystemClock::now()) (defined in mcp::auth::HttpOAuthTokenEndpoint) | mcp::auth::HttpOAuthTokenEndpoint | inlineexplicit |
| refresh_access_token(const TokenRefreshRequest &request) override (defined in mcp::auth::HttpOAuthTokenEndpoint) | mcp::auth::HttpOAuthTokenEndpoint | inlinevirtual |
| ~OAuthTokenEndpoint()=default (defined in mcp::auth::OAuthTokenEndpoint) | mcp::auth::OAuthTokenEndpoint | virtual |