keys

@JvmName(name = "listKeysResponseKeyListEntry")
fun Flow<ListKeysResponse>.keys(): Flow<KeyListEntry>

This paginator transforms the flow returned by listKeysPaginated to access the nested member KeyListEntry

Return

A kotlinx.coroutines.flow.Flow that can collect KeyListEntry