From 785f2ab80462f36f677aa3e12f9a47451ef71629 Mon Sep 17 00:00:00 2001 From: Kusal Lamsal <51640562+kusaljr@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:41:53 +0545 Subject: [PATCH] fix: add tokenFields to Application type (#44) * fix: add tokenFields to Application type * Update application.ts --------- Co-authored-by: Kusal Lamsal Co-authored-by: hsluoyz --- src/application.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application.ts b/src/application.ts index 99df5e9..8858516 100644 --- a/src/application.ts +++ b/src/application.ts @@ -70,6 +70,7 @@ export interface Application { clientSecret?: string redirectUris?: string[] tokenFormat?: string + tokenFields?: string[] expireInHours?: number refreshExpireInHours?: number signupUrl?: string