File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
entraid/src/main/java/redis/clients/authentication/entraid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class EntraIDTokenAuthConfigBuilder extends TokenAuthConfig.Builder
27
27
private Set <String > scopes ;
28
28
private ServicePrincipalAccess accessWith ;
29
29
private ManagedIdentityInfo mii ;
30
- Supplier <IAuthenticationResult > customEntraIdAuthenticationSupplier ;
30
+ private Supplier <IAuthenticationResult > customEntraIdAuthenticationSupplier ;
31
31
32
32
public EntraIDTokenAuthConfigBuilder () {
33
33
this .expirationRefreshRatio (DEFAULT_EXPIRATION_REFRESH_RATIO )
@@ -72,7 +72,7 @@ public EntraIDTokenAuthConfigBuilder userAssignedManagedIdentity(
72
72
73
73
public EntraIDTokenAuthConfigBuilder customEntraIdAuthenticationSupplier (
74
74
Supplier <IAuthenticationResult > customEntraIdAuthenticationSupplier ) {
75
-
75
+ this . customEntraIdAuthenticationSupplier = customEntraIdAuthenticationSupplier ;
76
76
return this ;
77
77
}
78
78
You can’t perform that action at this time.
0 commit comments