Interface JWTDetails


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.nimbusds.jwt.JWTClaimsSet getJWTClaimsSet()
      Returns the JWT claims set.
      @Nullable com.nimbusds.jose.JOSEObjectType getType()
      Returns the JWT "typ" (type) header value to use.
    • Method Detail

      • getType

        @Nullable 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.