credentialOfferWithAuthorizationCode

suspend fun credentialOfferWithAuthorizationCode(credentialIssuer: String, configurationIds: Collection<String> = this.strategy.allCredentialIdentifier()): CredentialOffer(source)

Deprecated

Pass credential schemes with representations instead of raw configuration ids.

Replace with

offerWithAuthorizationCodeForSchemes

Offer some credential identifiers from strategy to clients with auth-code flow.