findCredentials

abstract suspend 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.