@midwayjs/passportInterfacesIPassportMiddleware版本:Next本页总览IPassportMiddleware HierarchyIMiddleware<any, any>IPassportMiddlewareIndex PropertiesignorematchresolveMethodsauthenticateProperties optionalignoreignore?: IgnoreMatcher<any> | IgnoreMatcher<any>[]Match those paths with higher priority than ignoreoptionalmatchmatch?: IgnoreMatcher<any> | IgnoreMatcher<any>[]Which paths to ignoreresolveresolve: (app: IMidwayBaseApplication<Context>, options?: any) => (context: any, next: any, options?: any) => any | Promise<(context: any, next: any, options?: any) => any>Methods optionalauthenticateauthenticate(options: AuthenticateOptions, callback: Function): any
Match those paths with higher priority than ignore