Skip to content

Commit d679784

Browse files
refactor(#20): this commit removes client-id and client-secret from realm details record
1 parent 442f746 commit d679784

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Packages/Federation.Sdk.Contracts/Source/Payloads/Realm/RealmDetails.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ public sealed record RealmDetails
55
public string Id { get; init; } = default!;
66
public string Name { get; init; } = default!;
77
public string? Description { get; init; } = default!;
8-
public string ClientId { get; init; } = default!;
9-
public string ClientSecret { get; init; } = default!;
108
}

0 commit comments

Comments
 (0)