UNPKG

@types/passport-azure-ad

Version:
18 lines (17 loc) 461 B
export { BearerStrategy, IBearerStrategyOption, IBearerStrategyOptionWithRequest, VerifyBearerFunction, VerifyBearerFunctionWithReq, } from "./bearer-strategy"; export { ITokenPayload, VerifyCallback } from "./common"; export { IOIDCStrategyOption, IOIDCStrategyOptionWithoutRequest, IOIDCStrategyOptionWithRequest, IProfile, OIDCStrategy, VerifyOIDCFunction, VerifyOIDCFunctionWithReq, } from "./oidc-strategy";