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 e6025b1 commit 51bd5b0Copy full SHA for 51bd5b0
packages/entraid/README.md
@@ -100,12 +100,12 @@ const credential = getDefaultAzureCredential();
100
101
// Create a provider using DefaultAzureCredential
102
const provider = EntraIdCredentialsProviderFactory.createForDefaultAzureCredential({
103
- // Use the same parameters you would pass to credential.getToken()
+
104
credential,
105
scopes: REDIS_SCOPE_DEFAULT, // The Redis scope
106
// Optional additional parameters for getToken
107
options: {
108
- // Any options you would normally pass to credential.getToken()
+ // Any options you would normally pass to azure's default credential.getToken()
109
},
110
tokenManagerConfig: {
111
expirationRefreshRatio: 0.8
0 commit comments