Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias AuthMethod

    AuthMethod:
        | AuthMethodEnvVar & { type: "env_var" }
        | AuthMethodTerminal & { type: "terminal" }
        | AuthMethodAgent

    Describes an available authentication method.

    The type field acts as the discriminator in the serialized JSON form. When no type is present, the method is treated as agent.