Class OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
java.lang.Object
com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
- Enclosing class:
- OAuth2ServiceSettings
-
Method Summary
Modifier and TypeMethodDescriptionauthorizePath(String authorizePath) build()keysetPath(String keysetPath) toString()
-
Method Details
-
baseUri
- Returns:
this.
-
tokenPath
@Nonnull public OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder tokenPath(@Nullable String tokenPath) - Returns:
this.
-
authorizePath
@Nonnull public OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder authorizePath(@Nullable String authorizePath) - Returns:
this.
-
keysetPath
@Nonnull public OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder keysetPath(@Nullable String keysetPath) - Returns:
this.
-
build
-
toString
-