Package com.strongdm.api
Class ControlPanelVerifyJWTResponse
java.lang.Object
com.strongdm.api.ControlPanelVerifyJWTResponse
ControlPanelVerifyJWTResponse reports whether x-sdm-token is valid.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ControlPanelVerifyJWTResponse
public ControlPanelVerifyJWTResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getValid
public boolean getValid()Reports if the given token is valid. -
setValid
public void setValid(boolean in) Reports if the given token is valid.
-