summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-31 20:29:51 +0200
committerRory& <root@rory.gay>2025-05-31 20:29:51 +0200
commita3576c6bd765eb3e73f6af311f22923ea8f8fb80 (patch)
tree2708f4fccd52e759d0409352aa66b5dd4814a3ec /testFrontend/SafeNSound.Sdk/SafeNSoundAuthentication.cs
parentGenerate jwt secrets (diff)
downloadnodejs-final-assignment-a3576c6bd765eb3e73f6af311f22923ea8f8fb80.tar.xz
Init test frontend
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