CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
authMethods.d.ts10 linesDownload Raw Back to acp-integration
1/**2 * @license3 * Copyright 2025 Qwen Team4 * SPDX-License-Identifier: Apache-2.05 */6import { AuthType } from '@qwen-code/qwen-code-core';7import type { AuthMethod } from '@agentclientprotocol/sdk';8export declare function buildAuthMethods(): AuthMethod[];9export declare function pickAuthMethodsForAuthRequired(selectedType?: AuthType | string): AuthMethod[];10 
basant307/AI_Governance_Project · CoolFace