Skip to content

Commit

Permalink
Update xml documentation for TokenRequestContext.Claims (Azure#18367)
Browse files Browse the repository at this point in the history
* Update xml documentation for TokenRequestContext.Claims

* fix cref to href
  • Loading branch information
schaabs authored and jongio committed Feb 9, 2021
1 parent b26d2a7 commit 828307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/src/TokenRequestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public TokenRequestContext(string[] scopes, string? parentRequestId = default, s
public string? ParentRequestId { get; }

/// <summary>
/// Additional claims to be included in the token.
/// Additional claims to be included in the token. See <see href="https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter">https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter</see> for more information on format and content.
/// </summary>
public string? Claims { get; }
}
Expand Down

0 comments on commit 828307e

Please sign in to comment.