-
Notifications
You must be signed in to change notification settings - Fork 43
Add RetrySettings for authentication #1251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1251 +/- ##
========================================
+ Coverage 85.2% 85.3% +0.1%
========================================
Files 360 361 +1
Lines 12934 12939 +5
========================================
+ Hits 11022 11036 +14
+ Misses 1912 1903 -9
Continue to review full report at Codecov.
|
ea72e6f to
6975606
Compare
mykhailo-kuchma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
olp-cpp-sdk-authentication/include/olp/authentication/AuthenticationSettings.h
Outdated
Show resolved
Hide resolved
6975606 to
505ccb7
Compare
olp::authentication::AuthenticationSettings and olp::authentication::Settingsstructs are extended with RetrySettings. AuthentificationClientImpl now uses user defined retry settings instead of hardcoded values. Fixed double token request bug in TokenProvider. Relates-To: OLPEDGE-2634, OLPSUP-15460 Signed-off-by: Mykola Malik <ext-mykola.malik@here.com>
505ccb7 to
eccdc7a
Compare
olp::authentication::AuthenticationSettings and olp::authentication::Settings
structs are extended with RetrySettings.
AuthentificationClientImpl now uses user defined retry settings instead of hardcoded values.
Fixed double token request bug in TokenProvider.
Relates-To: OLPEDGE-2634, OLPSUP-15460
Signed-off-by: Mykola Malik ext-mykola.malik@here.com