auth property

AgentAuthCapabilities? auth
final

Authentication-related extension capabilities supported by the agent.

Optional. Omitted or null both mean the agent does not advertise any authentication-related extensions. This field does not advertise support for auth/login or auth/logout; those methods are advertised by a non-empty authMethods list in the initialize response.

Implementation

final AgentAuthCapabilities? auth;