UNPKG

keystone-6-oauth

Version:

Keystone6 Plugin that enables social logins such as Google, Twitter, Github, Facebook and others.

4 lines (3 loc) 182 B
import { KeystoneOAuth } from '../types'; export default function NextAuthPage(props: KeystoneOAuth): any; export declare const getNextAuthPage: (props: KeystoneOAuth) => () => any;