Package com.flowable.core.idm.api
Interface NewAccessToken
- All Superinterfaces:
AccessToken
- All Known Implementing Classes:
AccessTokenBuilderImpl.GeneratedToken
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionThe plain text value of the token value.Methods inherited from interface com.flowable.core.idm.api.AccessToken
getCreationTime, getDescription, getExpirationTime, getId, getName, getTenantId, getTokenValue, getUserId
-
Method Details
-
getPlainTextValue
String getPlainTextValue()The plain text value of the token value.
-