DeviceBoundSession
@Serializable
A device bound session.
Constructors
Link copied to clipboard
constructor(key: Network.DeviceBoundSessionKey, refreshUrl: String, inclusionRules: Network.DeviceBoundSessionInclusionRules, cookieCravings: List<Network.DeviceBoundSessionCookieCraving>, expiryDate: Double, cachedChallenge: String? = null, allowedRefreshInitiators: List<String>)
Properties
Link copied to clipboard
See comments on net::device_bound_sessions::Session::allowed_refresh_initiators_.
Link copied to clipboard
See comments on net::device_bound_sessions::Session::cached_challenge__.
Link copied to clipboard
See comments on net::device_bound_sessions::Session::cookie_cravings_.
Link copied to clipboard
See comments on net::device_bound_sessions::Session::expiry_date_.
Link copied to clipboard
See comments on net::device_bound_sessions::Session::inclusion_rules_.
Link copied to clipboard
The site and session ID of the session.
Link copied to clipboard
See comments on net::device_bound_sessions::Session::refresh_url_.