Fix typo in TotpSecurityStampBasedTokenProvider docs

This commit is contained in:
Chad Tolkien 2016-02-23 11:55:54 +11:00 committed by Hao Kung
parent f78c13c2fa
commit 7649b3ebb3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Microsoft.AspNetCore.Identity
/// <remarks>
/// The <paramref name="purpose"/> parameter allows a token generator to be used for multiple types of token whilst
/// insuring a token for one purpose cannot be used for another. For example if you specified a purpose of "Email"
/// and validated it with the same purpose a token with the purpose of TOTP would not pass the heck even if it was
/// and validated it with the same purpose a token with the purpose of TOTP would not pass the check even if it was
/// for the same user.
///
/// Implementations of <see cref="IUserTokenProvider{TUser}"/> should validate that purpose is not null or empty to