UNPKG

@decked/payload-auth-plugin

Version:
8 lines 423 B
import { AuthPluginOutput } from "../types.js"; type BaseOptions = { name: string; }; export type OauthProvider = "google" | "github" | "apple" | "cognito" | "gitlab" | "msft-entra" | "slack" | "atlassian" | "auth0" | "discord" | "facebook" | "jumpcloud" | "twitch"; export declare const oauth: (options: BaseOptions, provider: OauthProvider) => Promise<AuthPluginOutput>; export {}; //# sourceMappingURL=oauth.d.ts.map