Skip to content

Commit d302ef2

Browse files
feature(#22): this commit introduces the schemes for retrieving secrets from a realm
1 parent df5c28d commit d302ef2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace HttpsRichardy.Federation.Application.Payloads.Secret;
2+
3+
public sealed record FetchRealmSecretsParameters :
4+
IDispatchable<Result<IReadOnlyCollection<SecretScheme>>>
5+
{
6+
public string RealmId { get; init; } = default!;
7+
}

0 commit comments

Comments
 (0)