Class DeviceBoundSession
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSession
A device bound session.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceBoundSession(DeviceBoundSessionKey key, String refreshUrl, DeviceBoundSessionInclusionRules inclusionRules, List<DeviceBoundSessionCookieCraving> cookieCravings, TimeSinceEpoch expiryDate, Optional<String> cachedChallenge, List<String> allowedRefreshInitiators) -
Method Summary
Modifier and TypeMethodDescriptionSee comments on `net::device_bound_sessions::Session::allowed_refresh_initiators_`.See comments on `net::device_bound_sessions::Session::cached_challenge__`.See comments on `net::device_bound_sessions::Session::cookie_cravings_`.See comments on `net::device_bound_sessions::Session::expiry_date_`.See comments on `net::device_bound_sessions::Session::inclusion_rules_`.getKey()The site and session ID of the session.See comments on `net::device_bound_sessions::Session::refresh_url_`.
-
Constructor Details
-
DeviceBoundSession
public DeviceBoundSession(DeviceBoundSessionKey key, String refreshUrl, DeviceBoundSessionInclusionRules inclusionRules, List<DeviceBoundSessionCookieCraving> cookieCravings, TimeSinceEpoch expiryDate, Optional<String> cachedChallenge, List<String> allowedRefreshInitiators)
-
-
Method Details
-
getKey
The site and session ID of the session. -
getRefreshUrl
See comments on `net::device_bound_sessions::Session::refresh_url_`. -
getInclusionRules
See comments on `net::device_bound_sessions::Session::inclusion_rules_`. -
getCookieCravings
See comments on `net::device_bound_sessions::Session::cookie_cravings_`. -
getExpiryDate
See comments on `net::device_bound_sessions::Session::expiry_date_`. -
getCachedChallenge
See comments on `net::device_bound_sessions::Session::cached_challenge__`. -
getAllowedRefreshInitiators
See comments on `net::device_bound_sessions::Session::allowed_refresh_initiators_`.
-