This commit is contained in:
Jo Ham 2018-10-05 10:52:15 -04:00 committed by Chris Ross
parent 677bb42245
commit fc6ac2361e
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
namespace Microsoft.AspNetCore.Authentication namespace Microsoft.AspNetCore.Authentication
{ {
/// <summary> /// <summary>
/// Name/Value representing an token. /// Name/Value representing a token.
/// </summary> /// </summary>
public class AuthenticationToken public class AuthenticationToken
{ {