UNPKG

@omnipixel/payload-oauth2-plus

Version:

Enhanced OAuth2 plugin for Payload CMS with robust Apple OAuth support

4 lines (3 loc) 188 B
import { AuthStrategy } from "payload"; import { PluginTypes } from "./types"; export declare const createAuthStrategy: (pluginOptions: PluginTypes, subFieldName: string) => AuthStrategy;