Are you an LLM? You can read better optimized documentation at /api/security/oidc-provider/types/domain/type-authorization-code.md for this page in Markdown format
AuthorizationCode
@tsed/oidc-provider
Usage
typescript
import { AuthorizationCode } from "@tsed/security/oidc-provider/src/domain/interfaces";See /packages/security/oidc-provider/src/domain/interfaces.ts.
Overview
ts
type AuthorizationCode = InstanceType<Provider["AuthorizationCode"]>;