Uses of Interface
software.amazon.awssdk.services.appflow.model.OAuthProperties.Builder
-
Packages that use OAuthProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuthProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return OAuthProperties.Builder Modifier and Type Method Description OAuthProperties.BuilderOAuthProperties.Builder. authCodeUrl(String authCodeUrl)The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.static OAuthProperties.BuilderOAuthProperties. builder()OAuthProperties.BuilderOAuthProperties.Builder. oAuthScopes(String... oAuthScopes)The OAuth scopes required for OAuth type authentication.OAuthProperties.BuilderOAuthProperties.Builder. oAuthScopes(Collection<String> oAuthScopes)The OAuth scopes required for OAuth type authentication.OAuthProperties.BuilderOAuthProperties. toBuilder()OAuthProperties.BuilderOAuthProperties.Builder. tokenUrl(String tokenUrl)The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type OAuthProperties.Builder Modifier and Type Method Description static Class<? extends OAuthProperties.Builder>OAuthProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type OAuthProperties.Builder Modifier and Type Method Description default SAPODataConnectorProfileProperties.BuilderSAPODataConnectorProfileProperties.Builder. oAuthProperties(Consumer<OAuthProperties.Builder> oAuthProperties)The SAPOData OAuth properties required for OAuth type authentication.
-