Uses of Enum Class
org.keycloak.protocol.oid4vc.model.OfferUriType
Packages that use OfferUriType
-
Uses of OfferUriType in org.keycloak.protocol.oid4vc.issuance
Methods in org.keycloak.protocol.oid4vc.issuance with parameters of type OfferUriTypeModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
OID4VCIssuerEndpoint.getCredentialOfferURI
(String vcId, OfferUriType type, int width, int height) Provides the URI to the OID4VCI compliant credentials offer -
Uses of OfferUriType in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return OfferUriTypeModifier and TypeMethodDescriptionstatic OfferUriType
OfferUriType.fromString
(String value) static OfferUriType
Returns the enum constant of this class with the specified name.static OfferUriType[]
OfferUriType.values()
Returns an array containing the constants of this enum class, in the order they are declared.