Skip to content

OidcClient

@tsed/oidc-provider

Usage

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

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

Overview

ts
type OidcClient = InstanceType<Provider["Client"]>;

Released under the MIT License.