next-auth
Version:
Authentication for Next.js
8 lines • 299 B
TypeScript
import { OAuth } from "oauth";
import type { InternalOptions } from "../../types";
/**
* Client supporting OAuth 1.x
*/
export declare function oAuth1Client(options: InternalOptions<"oauth">): OAuth;
export declare const oAuth1TokenStore: Map<any, any>;
//# sourceMappingURL=client-legacy.d.ts.map