file scoped namespaces (#565)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IAuthenticatorConfig
|
||||
{
|
||||
public interface IAuthenticatorConfig
|
||||
{
|
||||
string OutlookAuthenticatorClientId { get; }
|
||||
string[] OutlookScope { get; }
|
||||
string GmailAuthenticatorClientId { get; }
|
||||
string[] GmailScope { get; }
|
||||
string GmailTokenStoreIdentifier { get; }
|
||||
}
|
||||
string OutlookAuthenticatorClientId { get; }
|
||||
string[] OutlookScope { get; }
|
||||
string GmailAuthenticatorClientId { get; }
|
||||
string[] GmailScope { get; }
|
||||
string GmailTokenStoreIdentifier { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user