Uses of Interface
com.flowable.platform.common.security.AuthToken
-
Packages that use AuthToken Package Description com.flowable.platform.common.security -
-
Uses of AuthToken in com.flowable.platform.common.security
Classes in com.flowable.platform.common.security that implement AuthToken Modifier and Type Class Description class
DefaultAuthToken
Methods in com.flowable.platform.common.security that return AuthToken Modifier and Type Method Description AuthToken
AuthTokenProvider. getAuthToken(String externalServiceId)
Returns the access token for a given external service id.
-