Update comment on HandleRemoteAuthenticateAsync

This commit is contained in:
Troy Dai 2016-07-26 09:00:35 -07:00
parent cd9e9fa498
commit 5211f22f44
1 changed files with 2 additions and 2 deletions

View File

@ -112,9 +112,9 @@ namespace Microsoft.AspNetCore.Authentication
}
/// <summary>
/// Authenticate the user identity with the identity provider.
/// Authenticate the user identity with the identity provider.
///
/// This could be done through a back channel communication with the identity provider.
/// The method process the request on the endpoint defined by CallbackPath.
/// </summary>
protected abstract Task<AuthenticateResult> HandleRemoteAuthenticateAsync();