Properties
Private
audienceMap
audienceMap: {
CONSOLE: string;
MODELER: string;
OPERATE: string;
OPTIMIZE: string;
TASKLIST: string;
ZEEBE: string;
}
Type declaration
CONSOLE: string
MODELER: string
OPERATE: string
OPTIMIZE: string
TASKLIST: string
ZEEBE: string
Private
authServerUrl
authServerUrl: string
Private
cacheDir
cacheDir: string
Private
camundaModelerOAuthAudience
camundaModelerOAuthAudience: undefined | string
Private
clientId
clientId: undefined | string
Private
clientSecret
clientSecret: undefined | string
Private
consoleClientId
consoleClientId: undefined | string
Private
consoleClientSecret
consoleClientSecret: undefined | string
Private
failed
failed: boolean = false
Private
failureCount
failureCount: number = 0
Private
Optional
inflightTokenRequest
inflightTokenRequest?: Promise<string>
Private
isCamundaSaaS
isCamundaSaaS: boolean
Private
mTLSCertChain
mTLSCertChain: undefined | string
Private
mTLSPrivateKey
mTLSPrivateKey: undefined | string
Private
refreshWindow
refreshWindow: number
Private
rest
rest: Promise<Got>
Private
scope
scope: undefined | string
tokenCache
tokenCache: { [
key:
string]
: Token; } = {} Private
useFileCache
useFileCache: boolean
userAgentString
userAgentString: string
Static
Private
Readonly
defaultTokenCache
defaultTokenCache: string = ...
Camunda SaaS needs an audience for a Modeler token request, and Self-Managed does not.