LoginConfig

data class LoginConfig(val locale: Locale? = Locale.getDefault(), val email: String? = null, val customParams: Set<QueryParameter> = setOf())

Configuration parameters for the TIDAL login service.

Parameters

locale

(ISO 639-1 e.g. en/de/it) is used to set the language for the TIDAL login service. If left blank the browser language will be used.

email

Optional email address to be pre-filled on the login screen.

customParams

Key value map used to add custom parameters to be passed through to the TIDAL login service. If set to null, a default configuration of TIDAL login service will be applied (@see QueryParameter.

Constructors

Link copied to clipboard
constructor(locale: Locale? = Locale.getDefault(), email: String? = null, customParams: Set<QueryParameter> = setOf())

Properties

Link copied to clipboard
Link copied to clipboard
val email: String? = null
Link copied to clipboard