We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a81e04 commit a8bfcf0Copy full SHA for a8bfcf0
entraid/src/test/java/redis/clients/authentication/EntraIDUnitTests.java
@@ -554,6 +554,7 @@ public void renewalTimingConfigTest() {
554
int maxAttemptsToRetry = 6;
555
int tokenRequestExecTimeoutInMs = 401;
556
TokenAuthConfig tokenAuthConfig = EntraIDTokenAuthConfigBuilder.builder()
557
+ .clientId("testClientId").secret("testSecret")
558
.expirationRefreshRatio(refreshRatio).delayInMsToRetry(delayInMsToRetry)
559
.lowerRefreshBoundMillis(lowerRefreshBoundMillis)
560
.maxAttemptsToRetry(maxAttemptsToRetry)
0 commit comments