http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-sdk
/
org.http4k.ai.mcp.server.security
/
BasicAuthMcpSecurity
Basic
Auth
Mcp
Security
class
BasicAuthMcpSecurity
(
realm
:
String
,
credentials
:
(
Credentials
)
->
Boolean
)
:
McpSecurity
(
source
)
Basic authentication for MCP servers.
Members
Constructors
Basic
Auth
Mcp
Security
Link copied to clipboard
constructor
(
realm
:
String
,
credentials
:
(
Credentials
)
->
Boolean
)
Properties
filter
Link copied to clipboard
open
override
val
filter
:
Filter
name
Link copied to clipboard
open
override
val
name
:
String
routes
Link copied to clipboard
open
override
val
routes
:
List
<
RoutingHttpHandler
>