Skip to content

Commit

Permalink
updated class comment IUserToExternalLoginProvider
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltán Lehóczky <zoltan.lehoczky@lombiq.com>
  • Loading branch information
PiemP and Piedone committed Jun 12, 2024
1 parent 3255f3d commit a330c50
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
namespace OrchardCore.Users;

/// <summary>
/// Provides a methods to link a local user with an externally authenticated user during registration.
/// Service to link a local user with an externally authenticated user during registration.
/// </summary>
/// <remarks>
/// <para>
/// Implement this interface if you want to provide an alternative way to link a local user with an external login provider.
/// </para>
/// </remarks>
public interface IUserToExternalLoginProvider
{
/// <summary>
Expand Down

0 comments on commit a330c50

Please sign in to comment.