Versions in this module Expand all Collapse all v0 v0.9.0 Mar 25, 2021 Changes in this version + func RetrieveToken(sdkConfig *cells_sdk.SdkConfig) (string, error) + type TokenStore struct + func NewTokenStore() *TokenStore + func (t *TokenStore) Store(c *cells_sdk.SdkConfig, token string, expiry time.Duration) + func (t *TokenStore) TokenFor(c *cells_sdk.SdkConfig) string