summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs
diff options
context:
space:
mode:
Diffstat (limited to 'testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs')
-rw-r--r--testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs b/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs

index 23c1445..7d88ec8 100644 --- a/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs +++ b/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs
@@ -1,6 +1,6 @@ namespace SafeNSound.Sdk; -public class SafeNSoundAuthentication(SafeNSoundConfiguration) +public class SafeNSoundAuthentication(SafeNSoundConfiguration config) { public async Task<SafeNSoundAuthResult> Login(string username, string password) { @@ -11,4 +11,9 @@ public class SafeNSoundAuthentication(SafeNSoundConfiguration) { } +} + +public class SafeNSoundAuthResult +{ + } \ No newline at end of file