Skip to content

Commit

Permalink
fix: comments in IUserToExternaLoginProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
PiemP committed Jun 11, 2024
1 parent 010de02 commit c9914fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public interface IUserToExternalLoginProvider
/// </returns>
bool CanHandle(ExternalLoginInfo info);

/// <summary>
/// <summary>
/// Retrieves a local user account that corresponds to the provided external login information, if one exists.
/// </summary>
Expand All @@ -30,7 +29,6 @@ public interface IUserToExternalLoginProvider
/// <summary>
/// Gets the identifier's key used by the implementation.
/// </summary>
/// <param name="info">
/// <param name="info">The external login information.</param>
/// <returns>A string identifier denoting the property name utilized for user identification.</returns>
string GetIdentifierKey(ExternalLoginInfo info);
Expand Down

0 comments on commit c9914fe

Please sign in to comment.