toggle menu
SDK-Android
androidJvm
switch theme
search in API
libcore
/
io.mimi.sdk.core.api
/
ClientCredentials
Client
Credentials
data
class
ClientCredentials
(
val
id
:
String
,
val
secret
:
String
)
Data class that encapsulates the client's public and secret key needed to initialize the SDK
Members
Constructors
Client
Credentials
Link copied to clipboard
constructor
(
id
:
String
,
secret
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
secret
Link copied to clipboard
val
secret
:
String