Package org.linuxforhealth.fhir.smart
Class JWT
- java.lang.Object
 - 
- org.linuxforhealth.fhir.smart.JWT
 
 
- 
public class JWT extends java.lang.ObjectA minimal alternative to the com.auth0:java-jwt library. This flavor mimics the java-jwt API but implements only the [very small] subset of functionality that is actually needed by the fhir-smart policy enforcement. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJWT.Claimstatic classJWT.DecodedJWT 
- 
Constructor Summary
Constructors Constructor Description JWT() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JWT.DecodedJWTdecode(java.lang.String jwt) 
 - 
 
- 
- 
Method Detail
- 
decode
public static JWT.DecodedJWT decode(java.lang.String jwt)
 
 - 
 
 -