Skip to content

ClientCredentials

@tsed/oidc-provider

Usage

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

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

Overview

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

Released under the MIT License.