Appearance
Documentation / @agentick/mcp / AuthnResult
AuthnResult = { authenticated: true; } | { authenticated: false; reason: string; }
authenticated
true
false
reason
string
Defined in: protocol/types.ts:60