Are you an LLM? You can read better optimized documentation at /api/security/passport/types/decorators/interface-authenticate-options.md for this page in Markdown format
AuthenticateOptions
@tsed/passport
Usage
typescript
import { AuthenticateOptions } from "@tsed/passport";See /packages/security/passport/src/decorators/authenticate.ts.
Overview
ts
interface AuthenticateOptions extends PassportAuthenticateOptions {
security?: Record<string, string[]>;
originalUrl?: boolean;
}security
ts
security?: Record<string, string[]>;originalUrl
ts
originalUrl?: boolean;