diff --git a/sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredential.cs index 6a0946acb9bda..0e6330aede9f1 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredential.cs @@ -110,7 +110,8 @@ internal AuthorizationCodeCredential(string tenantId, string clientId, string cl /// /// Obtains a token from Microsoft Entra ID, using the specified authorization code to authenticate. Acquired tokens are /// cached by the credential instance. Token lifetime and - /// refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -124,7 +125,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Obtains a token from Microsoft Entra ID, using the specified authorization code to authenticate. Acquired tokens are /// cached by the credential instance. Token lifetime and - /// refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/AzureApplicationCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/AzureApplicationCredential.cs index 5803e52d213c6..657965f626a4a 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/AzureApplicationCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/AzureApplicationCredential.cs @@ -46,7 +46,8 @@ internal AzureApplicationCredential(AzureApplicationCredentialOptions options, E /// /// Sequentially calls on all the specified sources, returning the first successfully obtained /// . Acquired tokens are cached by the credential instance. Token lifetime and refreshing is handled - /// automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -58,7 +59,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Sequentially calls on all the specified sources, returning the first successfully obtained /// . Acquired tokens are cached by the credential instance. Token lifetime and refreshing is handled - /// automatically. Where possible,reuse credential instances to optimize cache effectiveness. + /// automatically. Where possible,reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/ChainedTokenCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/ChainedTokenCredential.cs index 9b33a701ccf50..db7e9602b58a2 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/ChainedTokenCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/ChainedTokenCredential.cs @@ -71,8 +71,8 @@ public ChainedTokenCredential(params TokenCredential[] sources) /// /// Sequentially calls on all the specified sources, returning the first successfully obtained /// . Acquired tokens are cached by the - /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to - /// optimize cache effectiveness. + /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -84,8 +84,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Sequentially calls on all the specified sources, returning the first successfully obtained /// . Acquired tokens are cached by the - /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to - /// optimize cache effectiveness. + /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/ClientCertificateCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/ClientCertificateCredential.cs index e2e50781e89d2..ec16ac9f52a9c 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/ClientCertificateCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/ClientCertificateCredential.cs @@ -175,7 +175,8 @@ internal ClientCertificateCredential( /// /// Obtains a token from Microsoft Entra ID, using the specified X509 certificate to authenticate. Acquired tokens are /// cached by the credential instance. Token lifetime - /// and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -201,7 +202,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Obtains a token from Microsoft Entra ID, using the specified X509 certificate to authenticate. Acquired tokens are /// cached by the credential instance. Token lifetime - /// and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/ClientSecretCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/ClientSecretCredential.cs index e48302d07dc50..e9e1a5f62b8e0 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/ClientSecretCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/ClientSecretCredential.cs @@ -106,7 +106,8 @@ internal ClientSecretCredential(string tenantId, string clientId, string clientS /// /// Obtains a token from Microsoft Entra ID, using the specified client secret to authenticate. Acquired tokens are /// cached by the credential instance. Token lifetime - /// and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -132,7 +133,8 @@ public override async ValueTask GetTokenAsync(TokenRequestContext r /// /// Obtains a token from Microsoft Entra ID, using the specified client secret to authenticate. Acquired tokens are /// cached by the credential instance. Token lifetime - /// and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredential.cs index de6dec8617328..49ecfbc6134b6 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredential.cs @@ -103,7 +103,7 @@ internal DefaultAzureCredential(DefaultAzureCredentialFactory factory) /// /// Sequentially calls on all the included credentials, returning the first successfully /// obtained . Acquired tokens are cached - /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances /// to optimize cache effectiveness. /// /// @@ -121,7 +121,7 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Sequentially calls on all the included credentials, returning the first successfully /// obtained . Acquired tokens are cached - /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances /// to optimize cache effectiveness. /// /// diff --git a/sdk/identity/Azure.Identity/src/Credentials/DeviceCodeCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/DeviceCodeCredential.cs index 3151da62448d5..63bffd6ef80dc 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/DeviceCodeCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/DeviceCodeCredential.cs @@ -160,8 +160,8 @@ public virtual async Task AuthenticateAsync(TokenRequestCo /// /// Obtains a token for a user account, authenticating them through the device code authentication flow. /// Acquired tokens are cached by the - /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse - /// credential instances to optimize cache effectiveness. + /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse + /// credential instances to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -175,8 +175,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Obtains a token for a user account, authenticating them through the device code authentication flow. /// Acquired tokens are cached by the - /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse - /// credential instances to optimize cache effectiveness. + /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse + /// credential instances to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/EnvironmentCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/EnvironmentCredential.cs index f055792c8d095..652a6838b0ce7 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/EnvironmentCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/EnvironmentCredential.cs @@ -129,7 +129,7 @@ internal EnvironmentCredential(CredentialPipeline pipeline, TokenCredential cred /// Obtains a token from Microsoft Entra ID, using the client details specified in the environment variables /// AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET or AZURE_USERNAME and AZURE_PASSWORD to authenticate. /// Acquired tokens are cached by the credential - /// instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances /// to optimize cache effectiveness. /// /// @@ -149,7 +149,7 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// Obtains a token from Microsoft Entra ID, using the client details specified in the environment variables /// AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET or AZURE_USERNAME and AZURE_PASSWORD to authenticate. /// Acquired tokens are cached by the credential - /// instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances /// to optimize cache effectiveness. /// /// diff --git a/sdk/identity/Azure.Identity/src/Credentials/InteractiveBrowserCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/InteractiveBrowserCredential.cs index a9617292e621b..740d06f1b0ad6 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/InteractiveBrowserCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/InteractiveBrowserCredential.cs @@ -151,8 +151,8 @@ public virtual async Task AuthenticateAsync(TokenRequestCo /// /// Silently obtains an for a user account if the user has already authenticated. Otherwise, the default browser is launched /// to authenticate the user. Acquired tokens are cached by the - /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to - /// optimize cache effectiveness. + /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -166,8 +166,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Silently obtains an for a user account if the user has already authenticated. Otherwise, the default browser is launched /// to authenticate the user. Acquired tokens are cached by the - /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to - /// optimize cache effectiveness. + /// credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/ManagedIdentityCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/ManagedIdentityCredential.cs index 404196a8cd298..9209a05d93111 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/ManagedIdentityCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/ManagedIdentityCredential.cs @@ -110,8 +110,8 @@ internal ManagedIdentityCredential(ManagedIdentityClient client) /// /// Obtains an from the Managed Identity service, if available. Acquired tokens are /// cached by the credential instance. Token - /// lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize - /// cache effectiveness. + /// lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -125,8 +125,8 @@ public override async ValueTask GetTokenAsync(TokenRequestContext r /// /// Obtains an from the Managed Identity service, if available. Acquired tokens are /// cached by the credential instance. Token - /// lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize - /// cache effectiveness. + /// lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. diff --git a/sdk/identity/Azure.Identity/src/Credentials/OnBehalfOfCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/OnBehalfOfCredential.cs index ca02c4c3faea2..95282159e3cae 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/OnBehalfOfCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/OnBehalfOfCredential.cs @@ -212,7 +212,7 @@ internal OnBehalfOfCredential( /// /// Authenticates with Microsoft Entra ID and returns an access token if successful. Acquired tokens are /// cached by the credential instance. - /// Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances /// to optimize cache effectiveness. /// /// The details of the authentication request. @@ -225,7 +225,7 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Authenticates with Microsoft Entra ID and returns an access token if successful. Acquired tokens are /// cached by the credential instance. - /// Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances /// to optimize cache effectiveness. /// /// The details of the authentication request. diff --git a/sdk/identity/Azure.Identity/src/Credentials/SharedTokenCacheCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/SharedTokenCacheCredential.cs index b1713212017c9..b4a724eea70a3 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/SharedTokenCacheCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/SharedTokenCacheCredential.cs @@ -90,8 +90,8 @@ internal SharedTokenCacheCredential(string tenantId, string username, TokenCrede /// /// Silently obtains an for a user account if the user has already authenticated to another Microsoft application /// participating in SSO through a shared MSAL cache. Acquired tokens are cached - /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize - /// cache effectiveness. + /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime @@ -105,8 +105,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Silently obtains an for a user account if the user has already authenticated to another Microsoft application /// participating in SSO through a shared MSAL cache. Acquired tokens are cached - /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize - /// cache effectiveness. + /// by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime diff --git a/sdk/identity/Azure.Identity/src/Credentials/UsernamePasswordCredential.cs b/sdk/identity/Azure.Identity/src/Credentials/UsernamePasswordCredential.cs index 4ca9d4c081dcf..0020fac8cac88 100644 --- a/sdk/identity/Azure.Identity/src/Credentials/UsernamePasswordCredential.cs +++ b/sdk/identity/Azure.Identity/src/Credentials/UsernamePasswordCredential.cs @@ -164,7 +164,8 @@ public virtual async Task AuthenticateAsync(TokenRequestCo /// /// Obtains a token for a user account, authenticating them using the provided username and password. Acquired tokens are /// cached by the credential instance. Token lifetime and - /// refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime. @@ -178,7 +179,8 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell /// /// Obtains a token for a user account, authenticating them using the provided username and password. Acquired tokens are /// cached by the credential instance. Token lifetime and - /// refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. + /// refreshing is handled automatically. Where possible, reuse credential instances + /// to optimize cache effectiveness. /// /// The details of the authentication request. /// A controlling the request lifetime.