Save Auth Cookie Params
data class SaveAuthCookieParams(val tmMarketDomain: TMMarketDomain, val accessToken: String, val hmacID: String, val language: String)
Parameters for saving authentication cookie data.
Parameters
tm Market Domain
The TMMarketDomain for the authentication context.
access Token
The access token for authentication.
hmac ID
The HMAC ID for authentication.
language
The language code for the authentication context.