Agent Client Protocol - v1.4.0
    Preparing search index...

    Type Alias AuthMethod

    AuthMethod: 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.