Skip to content

Grant

@tsed/oidc-provider

Usage

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

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

Overview

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

Released under the MIT License.