跳到主要内容
版本:Next

IPassportMiddleware

Hierarchy

  • IMiddleware<any, any>
    • IPassportMiddleware

Index

Properties

optionalignore

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

optionalmatch

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

resolve

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

Methods

optionalauthenticate