UNPKG

passport-saml

Version:

SAML 2.0 authentication strategy for Passport

4 lines (3 loc) 149 B
import type { CacheItem, CacheProvider } from "./inmemory-cache-provider"; import { SAML } from "./saml"; export { SAML, CacheItem, CacheProvider };