Class JwtCNonce

java.lang.Object
org.keycloak.representations.JsonWebToken
org.keycloak.protocol.oid4vc.model.JwtCNonce
All Implemented Interfaces:
Serializable, Token

public class JwtCNonce extends org.keycloak.representations.JsonWebToken
Author:
Pascal Knüppel
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, exp, getAudience, getCategory, getExp, getIat, getId, getIssuedFor, getIssuer, getNbf, getOtherClaims, getSubject, getType, hasAnyAudience, hasAudience, iat, id, isActive, isActive, isExpired, isIssuedBeforeSessionStart, isNotBefore, issuedFor, issuedNow, issuer, nbf, setOtherClaims, setSubject, subject, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JwtCNonce

      public JwtCNonce()
  • Method Details