Variable AccessTokenEnrichmentWebhookResponsePayloadSchemaConst

AccessTokenEnrichmentWebhookResponsePayloadSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {};
    title: string;
    type: string;
} = AccessTokenEnrichmentWebhookResponsePayload

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {}
    • title: string
    • type: string

    Generated using TypeDoc