Authentication

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

Types

Builder
Link copied to clipboard
class Builder(appKey: String)

Properties

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