Abstract
Provides access to the token storage API. The type of storage (localStorage, sessionStorage, etc) can be configured through tokenStore object on the SDK configuration.
tokenStore
Static
Gets stored tokens.
Saves tokens.
Removes stored tokens.
Private
Provides access to the token storage API. The type of storage (localStorage, sessionStorage, etc) can be configured through
tokenStore
object on the SDK configuration.