1.3 - tweaked the credentials supplier
gbranchaudrubenovitch
released this
16 Nov 16:04
·
915 commits
to master
since this release
- Version 1.2 introduced breaking changes on the credentials supplier.
- Version 1.3 adds a bit of clarification to it: the credentials supplier must always return something, never
null
. It can returnCredentials.invalidCredentials()
if needed.