UNPKG

payload-oauth2

Version:
4 lines (3 loc) 158 B
import type { Plugin } from "payload"; import type { PluginTypes } from "./types"; export declare const OAuth2Plugin: (pluginOptions: PluginTypes) => Plugin;