Skip to content

Documentation / @agentick/mcp / AuthnResult

Type Alias: AuthnResult

AuthnResult = { authenticated: true; } | { authenticated: false; reason: string; }

Defined in: protocol/types.ts:60

Released under the ISC License.