SaveAuthCookieParams

data class SaveAuthCookieParams(val tmMarketDomain: TMMarketDomain, val accessToken: String, val hmacID: String, val language: String)

Parameters for saving authentication cookie data.

Parameters

tmMarketDomain

The TMMarketDomain for the authentication context.

accessToken

The access token for authentication.

hmacID

The HMAC ID for authentication.

language

The language code for the authentication context.

Constructors

Link copied to clipboard
constructor(tmMarketDomain: TMMarketDomain, accessToken: String, hmacID: String, language: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard