Skip to content

OIDCContext

@tsed/oidc-provider

Usage

typescript
import { OIDCContext } from "@tsed/security/oidc-provider/src/types/domain/interfaces";

See /packages/security/oidc-provider/src/types/domain/interfaces.ts.

Overview

ts
type OIDCContext = InstanceType<Provider["OIDCContext"]>;

Released under the MIT License.