Authentication

@JsonClass(generateAdapter = true)
data class Authentication(@Json(name = app_keyappKey: String, @Json(name = app_secretappSecret: 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