getDIDInfoByAlias

open override fun getDIDInfoByAlias(alias: String): Flow<List<PrismDIDInfo>>(source)

Retrieves the PrismDIDInfo objects associated with a given alias.

Return

A Flow that emits a list of PrismDIDInfo objects representing the PrismDIDInfo associated with the specified alias.

Parameters

alias

The alias for which to retrieve the PrismDIDInfo objects.