Skip to content

OidcSession

@tsed/oidc-provider

Usage

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

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

Overview

ts
function OidcSession(expression?: string): ParameterDecorator;
export type OidcSession = InstanceType<Provider["Session"]>;

Released under the MIT License.