File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Microsoft.Identity.Abstractions/ApplicationOptions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public override string? Authority
7979 /// Gets or sets the claims used to create the client assertion for authentication.
8080 /// </summary>
8181 /// <remarks>The client assertion claims are typically used in scenarios where client
82- /// authentication requires a signed JWT (JSON Web Token). Ensure the claims are properly formatted and encoded
82+ /// authentication requires a signed assertion as a JWT (JSON Web Token). Ensure the claims are properly formatted and encoded
8383 /// as a JSON string before setting this property.</remarks>
8484 public IDictionary < string , string > ? ClientAssertionClaims { get ; set ; }
8585 #endregion Token Acquisition
You can’t perform that action at this time.
0 commit comments