process Credential Request Anoncreds
abstract suspend fun processCredentialRequestAnoncreds(did: DID, offer: CredentialOffer, linkSecret: String, linkSecretName: String): Pair<CredentialRequest, CredentialRequestMetadata>(source)
Processes a credential request for anonymous credentials.
Return
A pair containing the credential request and its metadata.
Parameters
did
The DID of the subject requesting the credential.
offer
The credential offer.
link Secret
The link secret for the credential.
link Secret Name
The name of the link secret.