Skip to content

AccessToken

@tsed/oidc-provider

Usage

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

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

Overview

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

Released under the MIT License.