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