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