JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.sap.cloud.security.token
TokenFactory
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
create(String)
Interface TokenFactory
public interface
TokenFactory
Represents a
Token
creation interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Token
create
(
String
jwtToken)
Returns a token interface for the given JWT token
Method Details
create
Token
create
(
String
jwtToken)
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