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

    Interface AuthenticateRequest

    Request parameters for the authenticate method.

    Specifies which authentication method to use.

    interface AuthenticateRequest {
        _meta?: { [k: string]: unknown };
        methodId: string;
    }
    Index

    Properties

    Properties

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

    Extension point for implementations

    methodId: string

    The ID of the authentication method to use. Must be one of the methods advertised in the initialize response.