toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-sdk
/
org.http4k.mcp.server.security
/
BasicAuthMcpSecurity
Basic
Auth
Mcp
Security
class
BasicAuthMcpSecurity
(
realm
:
String
,
credentials
:
(
Credentials
)
->
Boolean
)
:
McpSecurity
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
routes
Link copied to clipboard
open
override
val
routes
:
List
<
RoutingHttpHandler
>