Authentication

@JsonClass(generateAdapter = true)
data class Authentication(@Json(name = "app_key") val appKey: String, @Json(name = "app_secret") val appSecret: String? = null)

Constructors

Link copied to clipboard
fun Authentication(@Json(name = "app_key") appKey: String, @Json(name = "app_secret") appSecret: String? = null)

Types

Link copied to clipboard
class Builder(appKey: String)

Properties

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