Skip to content

Commit 5654816

Browse files
JanRJanR
authored andcommitted
chore: fix AppAuth comments to reflect single F2F_APP env var
1 parent ee17fc6 commit 5654816

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/app_auth.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
const TOKEN_CACHE_DURATION_MS = 8 * 60 * 1000
1212

1313
export interface AppAuth {
14-
url: string // F2F_APP_URL
15-
keyId: string // F2F_APP_KEY_ID (= API token nameSlug)
16-
keySecret: string // F2F_APP_KEY_SECRET
14+
url: string // from F2F_APP origin
15+
keyId: string // from F2F_APP, API token nameSlug
16+
keySecret: string // from F2F_APP, API token secret
1717
}
1818

1919
export class AppTokenManager {

0 commit comments

Comments
 (0)