Skip to main content
The Kotlin SDK is currently under active development. Expect minor API evolution while the SDK hardens.

Install

The package is published as com.worldcoin:idkit to GitHub Packages.

Request flow

Presets

Polling patterns

  • pollStatusOnce() for manual loops
  • pollUntilCompletion(options) for blocking until terminal state
  • statusFlow(pollInterval) extension for coroutine-driven updates