ClientCredentials

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

Constructors

Link copied to clipboard
constructor(id: String, secret: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard