Abstraction of authenticators. Reworked Gmail authentication.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Wino.Core.Domain.Interfaces
|
||||
/// Creates new account with the given server information if any.
|
||||
/// Also sets the account as Startup account if there are no accounts.
|
||||
/// </summary>
|
||||
Task CreateAccountAsync(MailAccount account, TokenInformation tokenInformation, CustomServerInformation customServerInformation);
|
||||
Task CreateAccountAsync(MailAccount account, CustomServerInformation customServerInformation);
|
||||
|
||||
/// <summary>
|
||||
/// Fixed authentication errors for account by forcing interactive login.
|
||||
|
||||
Reference in New Issue
Block a user