Documentation / @agentick/mcp / Authenticator
Type Alias: Authenticator()
Authenticator = (
ctx) =>Promise<AuthnResult>
Defined in: protocol/types.ts:70
Verifies the request is from a known identity. Runs after contextProvider.
Parameters
ctx
Returns
Promise<AuthnResult>