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