Package com.sap.cloud.security.token
Interface TokenFactory
-
public interface TokenFactoryRepresents aTokencreation interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokencreate(String jwtToken)Returns a token interface for the given JWT token
-