Skip to content

Commit

Permalink
update comment for azp in jsonwebtoken (#2475)
Browse files Browse the repository at this point in the history
  • Loading branch information
kllysng authored Feb 1, 2024
1 parent 0b783fb commit c3487c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Microsoft.IdentityModel.JsonWebTokens/JsonWebToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,9 @@ public IEnumerable<string> Audiences
/// <remarks>
/// Identifies the authorized party for the id_token.
/// see: https://openid.net/specs/openid-connect-core-1_0.html
/// <para>
/// If the 'azp' claim is not found, an empty string is returned.
/// </para>
/// </remarks>
public string Azp
{
Expand Down

0 comments on commit c3487c2

Please sign in to comment.