LockdownTokenInfo

data class LockdownTokenInfo(val bootsRemaining: Int, val expiryEpoch: Long)(source)

Lockdown session token metadata from a successful unlock.

Parameters

bootsRemaining

Number of reboots before the token expires.

expiryEpoch

Unix epoch seconds; 0 means no time-based expiry.

Constructors

Link copied to clipboard
constructor(bootsRemaining: Int, expiryEpoch: Long)

Properties

Link copied to clipboard
Link copied to clipboard