/tripkit/TripKitDomain/com.skedgo.tripkit.configuration/Key/FourSquareKey

FourSquareKey

[jvm]\ data class FourSquareKey(val clientId: String, val clientSecret: String)

Constructors

FourSquareKey [jvm]
constructor(clientId: String, clientSecret: String)

Properties

Name Summary
clientId [jvm]
val clientId: String
clientSecret [jvm]
val clientSecret: String