McpServerBearerTokenConfig

Bearer token configuration for MCP server (RFC 6750).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

HTTP header name to send the bearer token in requests to the service. Defaults to 'Authorization' per RFC 6750.

Link copied to clipboard

User friendly bearer token name specified by end user.

Link copied to clipboard

Bearer token value in alphanumeric for authenticating with the service.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String