Skip to content

Commit c22f53c

Browse files
authored
Update documentation for AuthorizationCodeCredential (#52605)
1 parent 48b9ea2 commit c22f53c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredential.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected AuthorizationCodeCredential()
3636
}
3737

3838
/// <summary>
39-
/// Creates an instance of the ClientSecretCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.
39+
/// Creates an instance of the AuthorizationCodeCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.
4040
/// </summary>
4141
/// <param name="tenantId">The Microsoft Entra tenant (directory) ID of the service principal.</param>
4242
/// <param name="clientId">The client (application) ID of the service principal</param>
@@ -49,7 +49,7 @@ public AuthorizationCodeCredential(string tenantId, string clientId, string clie
4949
}
5050

5151
/// <summary>
52-
/// Creates an instance of the ClientSecretCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.
52+
/// Creates an instance of the AuthorizationCodeCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.
5353
/// </summary>
5454
/// <param name="tenantId">The Microsoft Entra tenant (directory) ID of the service principal.</param>
5555
/// <param name="clientId">The client (application) ID of the service principal</param>
@@ -66,7 +66,7 @@ public AuthorizationCodeCredential(
6666
{ }
6767

6868
/// <summary>
69-
/// Creates an instance of the ClientSecretCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.
69+
/// Creates an instance of the AuthorizationCodeCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.
7070
/// </summary>
7171
/// <param name="tenantId">The Microsoft Entra tenant (directory) ID of the service principal.</param>
7272
/// <param name="clientId">The client (application) ID of the service principal</param>

0 commit comments

Comments
 (0)