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
offerWithPreAuthnForUserForSchemesContent copied to clipboard
Offer all available schemes from strategy to clients.