ApiKeyApi

class ApiKeyApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun createKey(app: String): Response<Unit>

Create a new api key.

Link copied to clipboard
suspend fun getKeys(): Response<ERROR CLASS: Symbol not found for AuthenticationInfoQueryResult>

Get all keys.

Link copied to clipboard
suspend fun revokeKey(key: String): Response<Unit>

Remove an api key.