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.
2 parents 0d32069 + 7e8eea2 commit 5f74c36Copy full SHA for 5f74c36
access-token-management/src/AccessTokenManagement/Internal/Resiliency.cs
@@ -21,7 +21,7 @@ internal static class Resiliency
21
/// Basically, this retries http calls that return 401 Unauthorized.
22
///
23
/// When using DPOP, it will retry the call if the nonce is missing or if the nonce is invalid.
24
- /// it will then also take then once from the response and put it on the request.
+ /// It will then also take the nonce from the response and put it on the request.
25
/// </summary>
26
/// <param name="builder"></param>
27
/// <param name="context"></param>
0 commit comments