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
{
/// <summary>
/// Name/Value representing an token.
/// Name/Value representing a token.
/// </summary>
public class AuthenticationToken
{
@ -19,4 +19,4 @@ namespace Microsoft.AspNetCore.Authentication
/// </summary>
public string Value { get; set; }
}
}
}