using UnityEngine; namespace RedCircuit.Auth { /// OAuth 客户端,支持 Google / GitHub / Discord 第三方快捷登录。 public class OAuthClient : MonoBehaviour { } }