Skip to content

Commit

Permalink
Added public id for new event TokenRevoked
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors authored and brockallen committed Sep 8, 2016
1 parent eddbb3c commit 333b3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Core/Resources/T4resx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class EventIds
public const string PreLoginSuccess = "PreLoginSuccess";
public const string ResourceOwnerFlowLoginFailure = "ResourceOwnerFlowLoginFailure";
public const string ResourceOwnerFlowLoginSuccess = "ResourceOwnerFlowLoginSuccess";
public const string TokenRevoked = "TokenRevoked";
}
public class MessageIds
{
Expand Down

0 comments on commit 333b3b9

Please sign in to comment.