InteractionsOptions
@tsed/oidc-provider
Usage
typescript
import { InteractionsOptions } from "@tsed/oidc-provider";
See /packages/security/oidc-provider/src/types/decorators/interactions.ts.
Overview
ts
interface InteractionsOptions {
path: string;
children: Type<any>[];
}
path
ts
path: string;
children
ts
children: Type<any>[];