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.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs b/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs
new file mode 100644

index 0000000..23c1445 --- /dev/null +++ b/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs
@@ -0,0 +1,14 @@ +namespace SafeNSound.Sdk; + +public class SafeNSoundAuthentication(SafeNSoundConfiguration) +{ + public async Task<SafeNSoundAuthResult> Login(string username, string password) + { + + } + + public async Task<SafeNSoundAuthResult> Register(string username, string password) + { + + } +} \ No newline at end of file