HeartbeatResponse

class HeartbeatResponse[source]

Response returned by the heartbeat endpoint.

verdict: HeartbeatVerdict

What the exam environment said about this heartbeat. Only verified refreshed the session; the other two skipped the refresh, so the session lapses at expires_at unless a later heartbeat verifies.

expires_at: datetime

The session’s expires_at after the refresh. When heartbeat enforcement is not active, this is the unchanged current value.