Package com.sap.cloud.security.token
Interface TokenFactory
public interface TokenFactory
Represents a
Token creation interface.-
Method Summary
-
Method Details
-
create
Returns a token interface for the given JWT token- Parameters:
jwtToken- the encoded JWT token, e.g. from the Authorization Header- Returns:
- the new token instance
-