You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/identity/Azure.Identity/src/ClientCertificateCredentialOptions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ public class ClientCertificateCredentialOptions : TokenCredentialOptions, IToken
22
22
/// Specifies either the specific <see cref="RegionalAuthority"/> (preferred), or use <see cref="RegionalAuthority.AutoDiscoverRegion"/> to attempt to auto-detect the region.
23
23
/// If not specified or auto-detection fails the non-regional endpoint will be used.
Copy file name to clipboardExpand all lines: sdk/identity/Azure.Identity/src/ClientSecretCredentialOptions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,6 @@ public class ClientSecretCredentialOptions : TokenCredentialOptions, ITokenCache
17
17
/// Specifies either the specific <see cref="RegionalAuthority"/> (preferred), or use <see cref="RegionalAuthority.AutoDiscoverRegion"/> to attempt to auto-detect the region.
18
18
/// If not specified or auto-detection fails the non-regional endpoint will be used.
Copy file name to clipboardExpand all lines: sdk/identity/Azure.Identity/src/OnBehalfOfCredential.cs
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,27 @@ public OnBehalfOfCredential(string tenantId, string clientId, X509Certificate2 c
48
48
/// <param name="clientCertificate">The authentication X509 Certificate of the service principal</param>
49
49
/// <param name="userAssertion">The access token that will be used by <see cref="OnBehalfOfCredential"/> as the user assertion when requesting On-Behalf-Of tokens.</param>
50
50
/// <param name="options">Options that allow to configure the management of the requests sent to the Azure Active Directory service.</param>
/// Creates an instance of the <see cref="OnBehalfOfCredential"/> with the details needed to authenticate with Azure Active Directory.
57
+
/// </summary>
58
+
/// <param name="tenantId">The Azure Active Directory tenant (directory) Id of the service principal.</param>
59
+
/// <param name="clientId">The client (application) ID of the service principal</param>
60
+
/// <param name="clientSecret">A client secret that was generated for the App Registration used to authenticate the client.</param>
61
+
/// <param name="userAssertion">The access token that will be used by <see cref="OnBehalfOfCredential"/> as the user assertion when requesting On-Behalf-Of tokens.</param>
62
+
/// <param name="options">Options that allow to configure the management of the requests sent to the Azure Active Directory service.</param>
/// Creates an instance of the <see cref="OnBehalfOfCredential"/> with the details needed to authenticate with Azure Active Directory.
102
-
/// </summary>
103
-
/// <param name="tenantId">The Azure Active Directory tenant (directory) Id of the service principal.</param>
104
-
/// <param name="clientId">The client (application) ID of the service principal</param>
105
-
/// <param name="clientSecret">A client secret that was generated for the App Registration used to authenticate the client.</param>
106
-
/// <param name="userAssertion">The access token that will be used by <see cref="OnBehalfOfCredential"/> as the user assertion when requesting On-Behalf-Of tokens.</param>
107
-
/// <param name="options">Options that allow to configure the management of the requests sent to the Azure Active Directory service.</param>
Copy file name to clipboardExpand all lines: sdk/identity/Azure.Identity/src/OnBehalfOfCredentialOptions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ public class OnBehalfOfCredentialOptions : TokenCredentialOptions, ITokenCacheOp
22
22
/// Specifies either the specific <see cref="RegionalAuthority"/> (preferred), or use <see cref="RegionalAuthority.AutoDiscoverRegion"/> to attempt to auto-detect the region.
23
23
/// If not specified or auto-detection fails the non-regional endpoint will be used.
0 commit comments