We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee17fc6 commit 5654816Copy full SHA for 5654816
1 file changed
lib/app_auth.ts
@@ -11,9 +11,9 @@
11
const TOKEN_CACHE_DURATION_MS = 8 * 60 * 1000
12
13
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
+ url: string // from F2F_APP origin
+ keyId: string // from F2F_APP, API token nameSlug
+ keySecret: string // from F2F_APP, API token secret
17
}
18
19
export class AppTokenManager {
0 commit comments