UNPKG

openapi-connect

Version:
8 lines (7 loc) 219 B
export interface IOptions { url: string; audience?: string; } export declare const getIssuer: any; declare const _default: (options: IOptions) => (req: any, res: any, next: any) => any; export default _default;