SDK-Android
libcore
/
io.mimi.sdk.core.api
/
ClientCredentials
Client
Credentials
data
class
ClientCredentials
(
val
id
:
String
,
val
secret
:
String
)
Content copied to clipboard
Data class that encapsulates the client's public and secret key needed to initialize the SDK
Constructors
Properties
Constructors
Client
Credentials
Link copied to clipboard
fun
ClientCredentials
(
id
:
String
,
secret
:
String
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
secret
Link copied to clipboard
val
secret
:
String
Content copied to clipboard