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

    Interface AuthMethod

    Describes an available authentication method.

    interface AuthMethod {
        _meta?: { [k: string]: unknown };
        description?: string | null;
        id: string;
        name: string;
    }
    Index

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    description?: string | null

    Optional description providing more details about this authentication method.

    id: string

    Unique identifier for this authentication method.

    name: string

    Human-readable name of the authentication method.