saveAccessTokenCookies

abstract suspend fun saveAccessTokenCookies(tmMarketDomain: TMMarketDomain, accessToken: String, hmacID: String, language: String)

Saves access token cookies for the specified market domain.

Parameters

tmMarketDomain

The TMMarketDomain for the cookies.

accessToken

The access token to save.

hmacID

The HMAC ID for authentication.

language

The language code for the cookies.