From a3576c6bd765eb3e73f6af311f22923ea8f8fb80 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 31 May 2025 20:29:51 +0200 Subject: Init test frontend --- testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs (limited to 'testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs') 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 Login(string username, string password) + { + + } + + public async Task Register(string username, string password) + { + + } +} \ No newline at end of file -- cgit 1.5.1