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

    Interface AuthenticateRequest

    Request parameters for the authenticate method.

    Specifies which authentication method to use.

    interface AuthenticateRequest {
        methodId: string;
    }
    Index

    Properties

    Properties

    methodId: string

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