Initialer commit

This commit is contained in:
2026-05-03 21:51:45 +02:00
commit 7dd108a58e
117 changed files with 9145 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package de.oaa.libredeck.web.model;
public record OAuthToken(String accessToken, long expiresIn) {}