EncryptionService should be using ISecretProvider
Remove Async from method that was not Async
This commit is contained in:
parent
ccb06b260c
commit
3e5ce9d81d
6 changed files with 44 additions and 31 deletions
|
|
@ -2,5 +2,5 @@ namespace IdentityShroud.Core.Contracts;
|
|||
|
||||
public interface ISecretProvider
|
||||
{
|
||||
string GetSecretAsync(string name);
|
||||
string GetSecret(string name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue