Class JwtPreAuthCode
java.lang.Object
org.keycloak.representations.JsonWebToken
org.keycloak.protocol.oid4vc.model.JwtPreAuthCode
- All Implemented Interfaces:
Serializable,org.keycloak.Token
public class JwtPreAuthCode
extends org.keycloak.representations.JsonWebToken
Payloads for JWT pre-authorized codes for OpenID4VCI.
They embed a partial, public view of the credential offer state.
- See Also:
-
Field Summary
Fields inherited from class org.keycloak.representations.JsonWebToken
AUD, audience, AZP, exp, iat, id, issuedFor, issuer, nbf, otherClaims, subject, SUBJECT, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.representations.JsonWebToken
addAudience, audience, equals, exp, getAudience, getCategory, getExp, getIat, getId, getIssuedFor, getIssuer, getNbf, getOtherClaims, getSubject, getType, hasAnyAudience, hasAudience, hashCode, iat, id, isActive, isActive, isExpired, isIssuedBeforeSessionStart, isNotBefore, issuedFor, issuedNow, issuedNowWithTTL, issuer, nbf, setOtherClaims, setSubject, subject, toString, type
-
Constructor Details
-
JwtPreAuthCode
public JwtPreAuthCode()
-
-
Method Details
-
getContext
-
context
-
getSalt
-
salt
-