UNPKG

fayda

Version:

Better Auth plugin for Fayda.

11 lines 383 B
import { genericOAuth } from "better-auth/plugins"; export interface FaydaOptions { clientId: string; privateKey: string; redirectUrl?: string; scopes?: string[]; } type Fayda = Promise<ReturnType<typeof genericOAuth>>; export declare const fayda: ({ clientId, privateKey, redirectUrl, scopes, }: FaydaOptions) => Fayda; export {}; //# sourceMappingURL=index.d.ts.map