get Credential Metadata
open override fun getCredentialMetadata(linkSecretName: String): Flow<CredentialRequestMeta?>(source)
Retrieves the metadata associated with a credential request.
Return
A Flow emitting the CredentialRequestMeta object for the specified link secret name, or null if no metadata is found.
Parameters
link Secret Name
The name of the link secret used for the credential request.