Skip to content

OidcCtx

@tsed/oidc-provider

Usage

typescript
import { OidcCtx } from "@tsed/oidc-provider";

See /packages/security/oidc-provider/src/types/decorators/oidcCtx.ts.

Overview

ts
function OidcCtx(): ParameterDecorator;
export type OidcCtx = OidcInteractionContext;

Released under the MIT License.