getAvailableClaimsByClaim

open override fun getAvailableClaimsByClaim(claim: String): Flow<Array<AvailableClaims>>(source)

Retrieves the available claims for a given claim.

Return

A flow of arrays of AvailableClaims representing the available claims for the given claim.

Parameters

claim

The claim for which the available claims are to be retrieved.