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 f12434f commit 07699daCopy full SHA for 07699da
entraid/src/main/java/redis/clients/authentication/entraid/AzureTokenAuthConfigBuilder.java
@@ -22,7 +22,7 @@ public class AzureTokenAuthConfigBuilder
22
23
private DefaultAzureCredential defaultAzureCredential;
24
private Set<String> scopes = DEFAULT_SCOPES;
25
- private int tokenRequestExecTimeoutInMs;
+ private int tokenRequestExecTimeoutInMs = DEFAULT_TOKEN_REQUEST_EXECUTION_TIMEOUT_IN_MS;
26
27
public AzureTokenAuthConfigBuilder() {
28
this.expirationRefreshRatio(DEFAULT_EXPIRATION_REFRESH_RATIO)
0 commit comments