Package com.ibm.fhir.smart
Class JWT.Claim
- java.lang.Object
 - 
- com.ibm.fhir.smart.JWT.Claim
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description (package private) jakarta.json.JsonValuevalue 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>asList()Get this Claim as a List of Strings.StringasString()Get this Claim as a String.booleanisNull() 
 - 
 
- 
- 
Method Detail
- 
asString
public String asString()
Get this Claim as a String. If the value isn't of type String or it can't be converted to a String, null will be returned. 
- 
asList
public List<String> asList()
Get this Claim as a List of Strings. If the value isn't an Array, null will be returned. 
- 
isNull
public boolean isNull()
 
 - 
 
 -