3 lines
207 B
TypeScript
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;
|