From 8cd358fcda22172d763b4498a4a40d058dd90fbb Mon Sep 17 00:00:00 2001 From: cialloo Date: Tue, 7 Oct 2025 17:45:42 +0800 Subject: [PATCH] Refactor Steam login types for improved organization --- api/Authenticator.api | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api/Authenticator.api b/api/Authenticator.api index 5ee473a..4248f58 100644 --- a/api/Authenticator.api +++ b/api/Authenticator.api @@ -13,11 +13,16 @@ type ( PingResp { ok bool `json:"ok"` } - // Steam Login Types +) + +type ( SteamLoginInitReq {} SteamLoginInitResp { RedirectUrl string `json:"redirectUrl"` } +) + +type ( SteamLoginCallbackReq { OpenidMode string `form:"openid.mode"` OpenidNs string `form:"openid.ns"`