sso
This commit is contained in:
parent
029fe23657
commit
1876580d86
911 changed files with 160008 additions and 2 deletions
6
node_modules/passport-saml/lib/passport-saml/index.d.ts
generated
vendored
Normal file
6
node_modules/passport-saml/lib/passport-saml/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { CacheItem, CacheProvider } from './inmemory-cache-provider';
|
||||
import { SAML } from './saml';
|
||||
import Strategy = require('./strategy');
|
||||
import MultiSamlStrategy = require('./multiSamlStrategy');
|
||||
import type { Profile, SamlConfig, VerifiedCallback, VerifyWithRequest, VerifyWithoutRequest } from './types';
|
||||
export { SAML, Strategy, MultiSamlStrategy, CacheItem, CacheProvider, Profile, SamlConfig, VerifiedCallback, VerifyWithRequest, VerifyWithoutRequest };
|
||||
Loading…
Add table
Add a link
Reference in a new issue