credentialOfferWithPreAuthnForUser

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

Deprecated

Pass credential schemes with representations instead of raw configuration ids.

Replace with

offerWithPreAuthnForUserForSchemes

Offer all available schemes from strategy to clients.