Abstract
Optional
_accessOptional
_expiresPrivate
_tokenPrivate
_waitA Promise that delays any operation until an access token is set (with intervals of 50ms) This is used to delay incoming request from our app when an access token is already being requested but has not yet been received.
Promise that will resolve with an access token if available or undefined otherwise. This will try to fetch a new access token if:
Abstract
fetchGenerated using TypeDoc
Abstract class with utitily functions for working with access tokens such as storage