GameServer.OAuthSession (GameServer v1.0.509)
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.