Represents an in-memory token storage concrete implementation of a . This simply keep the token in variable and serves it from there.
It is never persisted and will be reset upon restart of the Browser tab or process, leading to a new token being issued.
You should try hard to use a persistent solution so that you re-use the same token as long as it's valid.
Generated using TypeDoc
Represents an in-memory token storage concrete implementation of a . This simply keep the token in variable and serves it from there.
It is never persisted and will be reset upon restart of the Browser tab or process, leading to a new token being issued.
You should try hard to use a persistent solution so that you re-use the same token as long as it's valid.