Class RequestObject

java.lang.Object
org.keycloak.representations.JsonWebToken
org.keycloak.broker.oid4vp.RequestObject
All Implemented Interfaces:
Serializable, Token

public class RequestObject extends JsonWebToken
The OID4VP signed authorization request object: the standard JWT claims from JsonWebToken plus the OID4VP request parameters. It signs itself as a compact JWS that publishes the verifier's leaf certificate in the x5c header.
See Also: