UNPKG

@denz93/vendure-plugin-3rd-party-auth

Version:

A set of auth strategies to work with 3rd party such as Google, Facebook, etc

6 lines (5 loc) 251 B
import { IThirdPartyAuthPluginOptions } from './interfaces'; export declare class ThirdPartyAuthPlugin { static options: IThirdPartyAuthPluginOptions; static init(options: Partial<IThirdPartyAuthPluginOptions>): typeof ThirdPartyAuthPlugin; }