跳到主要内容
版本:Next

IPassportMiddleware

Hierarchy

  • IMiddleware<any, any>
    • IPassportMiddleware

Index

Properties

optionalignore

ignore?: IgnoreMatcher<any> | IgnoreMatcher<any>[]

Match those paths with higher priority than ignore

optionalmatch

match?: IgnoreMatcher<any> | IgnoreMatcher<any>[]

Which paths to ignore

resolve

resolve: (app: IMidwayBaseApplication<Context>, options?: any) => (context: any, next: any, options?: any) => any | Promise<(context: any, next: any, options?: any) => any>

Methods

optionalauthenticate