Interface JWTDetails


  • public interface JWTDetails
    JSON Web Token (JWT) encoder / decoder details.
    • Method Detail

      • getType

        com.nimbusds.jose.JOSEObjectType getType()
        Returns the JWT "typ" (type) header value to use.
        Returns:
        The "typ" (type) header value, null if none.
      • getJWTClaimsSet

        com.nimbusds.jwt.JWTClaimsSet getJWTClaimsSet()
        Returns the JWT claims set.
        Returns:
        The JWT claims set.