beamable-sdk / core/BeamUtils / saveToken
Function: saveToken()¶
saveToken(
tokenStorage,tokenResponse):Promise<void>
Defined in: src/core/BeamUtils.ts:26
Saves the access token, refresh token, and expiration time from a token response to the token storage.
Parameters¶
tokenStorage¶
tokenResponse¶
Returns¶
Promise<void>