Update comment on HandleRemoteAuthenticateAsync

This commit is contained in:
Troy Dai 2016-07-25 22:06:44 -07:00
parent 5de4816f59
commit cd9e9fa498
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ namespace Microsoft.AspNetCore.Authentication
/// <summary>
/// Authenticate the user identity with the identity provider.
///
/// This could be done through a back channel communication with the identity provider. Exception thrown during
/// the authenticating should be saved to the AuthenticateResult.
/// This could be done through a back channel communication with the identity provider.
/// </summary>
protected abstract Task<AuthenticateResult> HandleRemoteAuthenticateAsync();