UNPKG
@denz93/vendure-plugin-3rd-party-auth
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A set of auth strategies to work with 3rd party such as Google, Facebook, etc
@denz93/vendure-plugin-3rd-party-auth
/
dist
/
plugin.module.d.ts
6 lines
(5 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IThirdPartyAuthPluginOptions
}
from
'./interfaces'
;
export
declare
class
ThirdPartyAuthPlugin
{
static
options
:
IThirdPartyAuthPluginOptions
;
static
init
(
options
:
Partial
<
IThirdPartyAuthPluginOptions
>):
typeof
ThirdPartyAuthPlugin
; }