@authhero/adapter-interfaces 2.13.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,13 +6,14 @@ export declare const Strategy: {
|
|
|
6
6
|
readonly APPLE: "apple";
|
|
7
7
|
readonly FACEBOOK: "facebook";
|
|
8
8
|
readonly GITHUB: "github";
|
|
9
|
-
readonly
|
|
9
|
+
readonly WINDOWSLIVE: "windowslive";
|
|
10
10
|
readonly VIPPS: "vipps";
|
|
11
11
|
readonly OIDC: "oidc";
|
|
12
12
|
readonly OAUTH2: "oauth2";
|
|
13
13
|
readonly SAMLP: "samlp";
|
|
14
14
|
readonly WAAD: "waad";
|
|
15
15
|
readonly ADFS: "adfs";
|
|
16
|
+
readonly OKTA: "okta";
|
|
16
17
|
};
|
|
17
18
|
export declare const StrategyType: {
|
|
18
19
|
readonly DATABASE: "database";
|