Skip to content

ProtocolOptionsDecorator

@tsed/passport

Usage

typescript
import { ProtocolOptionsDecorator } from "@tsed/security/passport/src/types/decorators/protocol";

See /packages/security/passport/src/types/decorators/protocol.ts.

Overview

ts
type ProtocolOptionsDecorator<T = any> = {
    name: string;
} & Partial<ProtocolOptions<T>>;

name

ts
name: string;

Released under the MIT License.