listNonValidCredentials
suspend fun listNonValidCredentials(bucketId: String, after: Int? = null, limit: Int = Int.MAX_VALUE): List<Pair<Int, CredentialState.Status>>
List credentials with status codes that are not zero (zero represents a valid credential).
Return
pairs of credential index and its Status
Parameters
after
only return credentials that have index greater than after
limit
return at most this many statuses