GameServer.OAuthSession
(game_server_core v1.0.956)
Copy Markdown
Simple Ecto schema for OAuth session polling used by client SDKs.
OAuth sessions allow multi-step auth flows (popup or mobile) where the SDK
polls for completion status (pending/completed/failed). The schema stores
provider-specific data in the data field for debugging and eventing.