credentialOfferWithAuthorizationCode
suspend fun credentialOfferWithAuthorizationCode(credentialIssuer: String, configurationIds: Collection<String> = this.strategy.allCredentialIdentifier()): CredentialOffer(source)
Offer some credential identifiers from strategy to clients with auth-code flow.
Callers need to encode this in CredentialOfferUrlParameters, and offer the resulting URL to clients, i.e. by displaying a QR Code that can be scanned with wallet apps.
Parameters
credentialIssuer
the public context of an CredentialIssuer
Deprecated
Use credentialOfferWithAuthorizationCode with parameter configurationIds