sdk
/
com.sygic.sdk
/
Authentication
Authentication
@
JsonClass
(
generateAdapter =
true
)
data class
Authentication
(
@
Json
(
name =
"app_key"
)
appKey:
String
,
@
Json
(
name =
"app_secret"
)
appSecret:
String
?)
Content copied to clipboard
Types
Properties
Types
Builder
Link copied to clipboard
class
Builder
(appKey:
String
)
Content copied to clipboard
Properties
appKey
Link copied to clipboard
val
appKey
:
String
Content copied to clipboard
appSecret
Link copied to clipboard
val
appSecret
:
String
? = null
Content copied to clipboard