|
|
|
@ -28,4 +28,10 @@ public interface IExternalLoginProvider |
|
|
|
/// <param name="providerName">The name of this provider</param>
|
|
|
|
/// <param name="user">The user that can be updated</param>
|
|
|
|
Task UpdateUserAsync(IdentityUser user, string providerName); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Return a value indicating whether this source is enabled.
|
|
|
|
/// </summary>
|
|
|
|
/// <returns></returns>
|
|
|
|
Task<bool> IsEnabledAsync(); |
|
|
|
} |
|
|
|
|