Miscelanious trials
This commit is contained in:
commit
f99c97f392
33 changed files with 881 additions and 0 deletions
6
IdentityShroud.Core/Contracts/ISecretProvider.cs
Normal file
6
IdentityShroud.Core/Contracts/ISecretProvider.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace IdentityShroud.Core.Contracts;
|
||||
|
||||
public interface ISecretProvider
|
||||
{
|
||||
Task<string> GetSecretAsync(string name);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue