Class OAuth2AccessTokenWithAdditionalInfo
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.oauth2.OAuth2AccessTokenWithAdditionalInfo
-
public class OAuth2AccessTokenWithAdditionalInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description OAuth2AccessTokenWithAdditionalInfo(org.springframework.security.oauth2.core.OAuth2AccessToken oAuth2AccessToken)OAuth2AccessTokenWithAdditionalInfo(org.springframework.security.oauth2.core.OAuth2AccessToken oAuth2AccessToken, Map<String,Object> additionalInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalInfo()StringgetAuthorizationHeaderValue()org.springframework.security.oauth2.core.OAuth2AccessTokengetOAuth2AccessToken()
-