Exemplo n.º 1
0
 /**
  * Gets the type of JWT this header represents.
  *
  * @return The JwtType.
  */
 public JwtType getType() {
   return JwtType.valueOf(get(TYP.value()).asString().toUpperCase());
 }