Neah/node_modules/webdav/dist/node/auth/index.d.ts
2025-04-24 19:10:05 +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;