Interface OAuth2DestinationBuilder.BuilderWithTargetUrl
- Enclosing class:
- OAuth2DestinationBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Helper interface to serve mandatory input for OAuth2 token endpoint.
- Since:
- 4.10.0
-
Method Summary
-
Method Details
-
withTokenEndpoint
@Nonnull OAuth2DestinationBuilder.BuilderWithTokenEndpoint withTokenEndpoint(@Nonnull String tokenUrl) Apply the OAuth2 token URL.- Parameters:
tokenUrl
- The OAuth2 token URL.- Returns:
- The same builder instance.
- Since:
- 4.10.0
-