NeahNew/node_modules/webdav/dist/node/auth/index.d.ts
2025-05-03 14:17:46 +02:00

3 lines
207 B
TypeScript

import { OAuthToken, WebDAVClientContext } from "../types.js";
export declare function setupAuth(context: WebDAVClientContext, username: string, password: string, oauthToken: OAuthToken, ha1: string): void;