Information
- License: MIT
- OpenAPI version:
3.1.0
Native client entry point for the Sudomimus authentication platform.
The Native API is the public gateway used by native clients (desktop applications, games, headless processes) that authenticate users directly through a platform identity provider — currently Steam via the Steamworks SDK, or a long-lived access-key credential bound to an application and account.
The native flow is “direct-issue”: the client passes a platform-issued proof (Steam ticket) or a stored credential (access key) to the Native API, which verifies it and issues application access and refresh tokens in a single round trip. No browser handoff, no inquiry establishment, no polling.