mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Created sso config service with save (#936)
This commit is contained in:
10
src/Core/Services/ISsoConfigService.cs
Normal file
10
src/Core/Services/ISsoConfigService.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface ISsoConfigService
|
||||
{
|
||||
Task SaveAsync(SsoConfig config);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user