UNPKG

@omnipixel/payload-oauth2-plus

Version:

Enhanced OAuth2 plugin for Payload CMS with robust Apple OAuth support

2 lines (1 loc) 157 B
export declare const defaultGetToken: (tokenEndpoint: string, clientId: string, clientSecret: string, redirectUri: string, code: string) => Promise<string>;