MCPServerBearerTokenConfig
Bearer token configuration for MCP server (RFC 6750).
Contents
- tokenName
-
User friendly bearer token name specified by end user.
Type: String
Pattern:
[a-zA-Z0-9_\s-]+Required: Yes
- tokenValue
-
Bearer token value in alphanumeric for authenticating with the service.
Type: String
Pattern:
[\S]+Required: Yes
-
HTTP header name to send the bearer token in requests to the service. Defaults to 'Authorization' per RFC 6750.
Type: String
Pattern:
[a-zA-Z0-9-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: