find Credentials
open suspend override fun findCredentials(clientId: ClientId? = null, publicKey: ByteArray? = null, cipherSuite: CipherSuite? = null, credentialType: CredentialType? = null, earliestValidity: ULong? = null): 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.