You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withBuildCredentials is hardcoded to use usernamePassword. There are multiple credentials bindings - we should support any binding. This means that withBuildCredentials is inappropriately named and not flexible enough.
Issue #214 adds a more flexible solution - withBinding, and deprecated withBuildCredentials.
Let's remove withBuildCredentials in the next major release.
The text was updated successfully, but these errors were encountered:
withBuildCredentials
is hardcoded to use usernamePassword. There are multiple credentials bindings - we should support any binding. This means thatwithBuildCredentials
is inappropriately named and not flexible enough.Issue #214 adds a more flexible solution -
withBinding
, and deprecatedwithBuildCredentials
.Let's remove
withBuildCredentials
in the next major release.The text was updated successfully, but these errors were encountered: