UNPKG

@sphereon/ssi-express-support

Version:

10 lines 410 B
import { IBearerStrategyOption, IBearerStrategyOptionWithRequest } from './types'; export declare class EntraIDAuth { private readonly strategy; private options?; static init(strategy: string): EntraIDAuth; private constructor(); withOptions(options: IBearerStrategyOption | IBearerStrategyOptionWithRequest): this; connectPassport(): void; } //# sourceMappingURL=entra-id-auth.d.ts.map