fetchAll

abstract suspend fun fetchAll(): List<ApiKey>

Fetches all API keys associated with the user. Returns an empty list if no key is found.

Throws

for failures that can happen when communicating with App Services. See AppException for details.