Update comment on HandleRemoteAuthenticateAsync
This commit is contained in:
parent
cd9e9fa498
commit
5211f22f44
|
|
@ -112,9 +112,9 @@ 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.
|
/// The method process the request on the endpoint defined by CallbackPath.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected abstract Task<AuthenticateResult> HandleRemoteAuthenticateAsync();
|
protected abstract Task<AuthenticateResult> HandleRemoteAuthenticateAsync();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue