Package-level declarations

Types

Link copied to clipboard
data class CreateKeyResponse(val status: Status, val key: Key)

Represents the response for creating a new key on the developer site.

Link copied to clipboard
data class KeyListResponse(val status: Status, val keys: List<Key>)

Represents the response for retrieving the list of the existing keys.