Skip to content

Commit

Permalink
fix: add tokenFields to Application type (#44)
Browse files Browse the repository at this point in the history
* fix: add tokenFields to Application type

* Update application.ts

---------

Co-authored-by: Kusal Lamsal <[email protected]>
Co-authored-by: hsluoyz <[email protected]>
  • Loading branch information
3 people authored Jan 19, 2024
1 parent 020e93a commit 785f2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export interface Application {
clientSecret?: string
redirectUris?: string[]
tokenFormat?: string
tokenFields?: string[]
expireInHours?: number
refreshExpireInHours?: number
signupUrl?: string
Expand Down

0 comments on commit 785f2ab

Please sign in to comment.