find Credentials
abstract suspend fun findCredentials(clientId: ClientId?, publicKey: ByteArray?, ciphersuite: Ciphersuite?, credentialType: CredentialType?, earliestValidity: ULong?): List<CredentialRef>(source)
Get all credentials from this client which match the provided parameters.
Parameters which are unset or None match anything. Those with a particular value find only credentials matching that value.