Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface AuthMethod

    Describes an available authentication method.

    interface AuthMethod {
        description?: null | string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    description?: null | string

    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.