true if the operation succeeded, false otherwise
Get connection profiles file name
connection profiles file name
Check if there are suitable service account bearer tokens in the cache
true if tokens found in cache, false otherwise
Check if there are suitable tokens in the cache
type of token
true if tokens found in cache, false otherwise
Check if there are suitable user bearer tokens in the cache
true if tokens found in cache, false otherwise
Check if there are suitable user session tokens in the cache
true if tokens found in cache, false otherwise
Initialize token cache
This method is called from app.ts and runs before any of the message handlers are registered. Therefore none of the Console message functions will produce any output.
Read token
type of token
token or null
Save service account bearer token for current connection
true if the operation succeeded, false otherwise
Save user bearer token for current connection
true if the operation succeeded, false otherwise
Save user session token for current connection
true if the operation succeeded, false otherwise
Flush cache