setSelectedProtocols

abstract suspend fun setSelectedProtocols(protocols: Set<String>)

Sets the supported W3C Digital Credentials protocols, in order of preference.

Parameters

protocols

the set of selected W3C protocols, must be a subset of supportedProtocols.

Throws

if the platform doesn't allow configuring which protocols to export credentials on.