FfiCredential

data class FfiCredential(var name: String?, var value: String, var expiresAtSeconds: Long)

Constructors

Link copied to clipboard
constructor(name: String?, value: String, expiresAtSeconds: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
var name: String?
Link copied to clipboard