Class AuthToken
java.lang.Object
com.sap.cloud.sdk.cloudplatform.security.AuthToken
Class providing access to the authorization token of a request.
-
Constructor Summary
ConstructorDescriptionAuthToken
(com.auth0.jwt.interfaces.DecodedJWT jwt) Creates a newAuthToken
instance. -
Method Summary
-
Constructor Details
-
AuthToken
public AuthToken(@Nonnull com.auth0.jwt.interfaces.DecodedJWT jwt) Creates a newAuthToken
instance.- Parameters:
jwt
- TheDecodedJWT
bearer contained in the Authorization header of the given request.
-
-
Method Details