getClientAvailablePrekeys

abstract suspend fun getClientAvailablePrekeys(clientId: String): NetworkResponse<List<Int>>

Retrieves the IDs of the prekeys currently available in the backend for the provided clientId.

See also