Uses of Enum Class
org.keycloak.protocol.oid4vc.model.OfferResponseType
Packages that use OfferResponseType
-
Uses of OfferResponseType in org.keycloak.protocol.oid4vc.issuance
Methods in org.keycloak.protocol.oid4vc.issuance with parameters of type OfferResponseTypeModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseOID4VCIssuerEndpoint.createCredentialOffer(String credentialConfigurationId, Boolean preAuthorized, String targetUser, Integer expiresAt, OfferResponseType responseType, int width, int height) Creates a Credential Offer that can be pre-authorized and/or bound to a specific target user. -
Uses of OfferResponseType in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return OfferResponseTypeModifier and TypeMethodDescriptionstatic OfferResponseTypeOfferResponseType.fromString(String value) static OfferResponseTypeReturns the enum constant of this class with the specified name.static OfferResponseType[]OfferResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.