Composite bearer-token verifier for hosted MCP requests.
Dual-mode deployments prefer introspection because it can enforce revocation. JWKS verification is used when no introspection endpoint is configured.
Create a composite OAuth bearer-token verifier.
Verifier configuration and dependency overrides.
Verify a bearer token with the configured mechanism.
Raw bearer token value without the Bearer prefix.
Bearer
MCP auth information for the verified token.
OAuthError when no verifier is configured or the token is rejected.
OAuthDependencyError when the selected verifier cannot reach its OAuth dependency.
Composite bearer-token verifier for hosted MCP requests.
Remarks
Dual-mode deployments prefer introspection because it can enforce revocation. JWKS verification is used when no introspection endpoint is configured.