Fix a typo in the SignInManager docs
This commit is contained in:
parent
d676e8f068
commit
f73f668e2b
|
|
@ -506,7 +506,7 @@ namespace Microsoft.AspNetCore.Identity
|
||||||
/// Configures the redirect URL and user identifier for the specified external login <paramref name="provider"/>.
|
/// Configures the redirect URL and user identifier for the specified external login <paramref name="provider"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="provider">The provider to configure.</param>
|
/// <param name="provider">The provider to configure.</param>
|
||||||
/// <param name="redirectUrl">The external login URL users should be redirected to during the login glow.</param>
|
/// <param name="redirectUrl">The external login URL users should be redirected to during the login flow.</param>
|
||||||
/// <param name="userId">The current user's identifier, which will be used to provide CSRF protection.</param>
|
/// <param name="userId">The current user's identifier, which will be used to provide CSRF protection.</param>
|
||||||
/// <returns>A configured <see cref="AuthenticationProperties"/>.</returns>
|
/// <returns>A configured <see cref="AuthenticationProperties"/>.</returns>
|
||||||
public virtual AuthenticationProperties ConfigureExternalAuthenticationProperties(string provider, string redirectUrl, string userId = null)
|
public virtual AuthenticationProperties ConfigureExternalAuthenticationProperties(string provider, string redirectUrl, string userId = null)
|
||||||
|
|
@ -629,4 +629,4 @@ namespace Microsoft.AspNetCore.Identity
|
||||||
public string LoginProvider { get; set; }
|
public string LoginProvider { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue