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.

Constructors

Link copied to clipboard
constructor(pollCount: Int, pollInterval: Int, nextPollAt: Long)

Properties

Link copied to clipboard

The wall-clock time (epoch millis) of the next scheduled poll.

Link copied to clipboard

The number of polling attempts made so far.

Link copied to clipboard

The current polling interval in seconds.