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.ResponseOID4VCIssuerEndpoint.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 OfferUriTypeOfferUriType.fromString(String value) static OfferUriTypeReturns 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.