Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.TokenCacheParameters
Packages that use OAuth2Options.TokenCacheParameters
- 
Uses of OAuth2Options.TokenCacheParameters in com.sap.cloud.sdk.cloudplatform.connectivityFields in com.sap.cloud.sdk.cloudplatform.connectivity declared as OAuth2Options.TokenCacheParametersModifier and TypeFieldDescriptionstatic final OAuth2Options.TokenCacheParametersOAuth2Options.DEFAULT_TOKEN_CACHE_PARAMETERSDefault token cache configuration used byOAuth2Service.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return OAuth2Options.TokenCacheParametersModifier and TypeMethodDescriptionOAuth2Options.getTokenCacheParameters()Configuration for caching OAuth2 tokens.OAuth2Options.TokenCacheParameters.getValue()OAuth2Options.TokenCacheParameters.of(Duration cacheDuration, Integer cacheSize, Duration tokenExpirationDelta) Creates a newTokenCacheParametersinstance.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type OAuth2Options.TokenCacheParametersModifier and TypeMethodDescriptionOAuth2Options.Builder.withTokenCacheParameters(OAuth2Options.TokenCacheParameters tokenCacheParameters) Set a custom token cache configuration.