Update comment on HandleRemoteAuthenticateAsync
This commit is contained in:
parent
5de4816f59
commit
cd9e9fa498
|
|
@ -114,8 +114,7 @@ namespace Microsoft.AspNetCore.Authentication
|
||||||
/// <summary>
|
/// <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. Exception thrown during
|
/// This could be done through a back channel communication with the identity provider.
|
||||||
/// the authenticating should be saved to the AuthenticateResult.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected abstract Task<AuthenticateResult> HandleRemoteAuthenticateAsync();
|
protected abstract Task<AuthenticateResult> HandleRemoteAuthenticateAsync();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue