Abstraction of authenticators. Reworked Gmail authentication.
This commit is contained in:
10
Wino.Core.Domain/Interfaces/IAuthenticatorConfig.cs
Normal file
10
Wino.Core.Domain/Interfaces/IAuthenticatorConfig.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IAuthenticatorConfig
|
||||
{
|
||||
string OutlookAuthenticatorClientId { get; }
|
||||
string[] OutlookScope { get; }
|
||||
string GmailAuthenticatorClientId { get; }
|
||||
string[] GmailScope { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user