# AuthenticateOptions Interface

Module
import { AuthenticateOptions } from "@tsed/passport"
Source/packages/passport/src/decorators/authenticate.ts

# Overview

interface AuthenticateOptions extends PassportAuthenticateOptions {
    security?: any;
    originalUrl?: boolean;
}

# Members

security?: any;

originalUrl?: boolean;