UNPKG

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

Version:

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

7 lines (6 loc) 384 B
import { IThirdPartyAuthPluginOptions } from "./interfaces"; export declare const DEFAULT_PLUGIN_OPTIONS: IThirdPartyAuthPluginOptions; export declare const THIRD_PARTY_OPTIONS_PROVIDER: unique symbol; export declare const GOOGLE_STRATEGY_NAME: "google"; export declare const FACEBOOK_STRATEGY_NAME: "facebook"; export declare const LIST_OF_STRATEGY: readonly ["google", "facebook"];