APIKey

data class APIKey(val key: String) : Authentication

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard
val key: String