Skip to content

Commit

Permalink
Update src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserT…
Browse files Browse the repository at this point in the history
…oExternalLoginProvider.cs
  • Loading branch information
MikeAlhayek authored Jun 10, 2024
1 parent 1ce6665 commit 5115dd3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
namespace OrchardCore.Users;

/// <summary>
/// Interface <c>IUserToExternalLoginProvider</c> allow to create services used to decide
/// when link an existing local user account to the login informations that comes from an external
/// login system like OpenId or GitHub.
/// Provides a methods to link a local user with an externally authenticated user during registration.
/// </summary>
public interface IUserToExternalLoginProvider
{
Expand Down

0 comments on commit 5115dd3

Please sign in to comment.