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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    salt(String salt)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait