Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Add an AuthenticationTime constant to OpenIdConnectConstants.Claims
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Oct 16, 2017
1 parent 5af1d44 commit 0980fb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static class Claims
public const string Active = "active";
public const string Address = "address";
public const string Audience = "aud";
public const string AuthenticationTime = "auth_time";
public const string AuthorizedParty = "azp";
public const string Birthdate = "birthdate";
public const string ClientId = "client_id";
Expand Down

0 comments on commit 0980fb8

Please sign in to comment.