Polling
data class Polling(val pollCount: Int, val pollInterval: Int, val nextPollAt: Long) : DeviceFlowStatus
The client is polling the token endpoint waiting for the user to authorize.
The client is polling the token endpoint waiting for the user to authorize.