Skip to main content

devices

Overview

Namedevices
TypeResource
Idlinode.profile.devices

Fields

NameDatatypeDescription
idintegerThe unique ID for this TrustedDevice
expirystringWhen this TrustedDevice session expires. Sessions typically last 30 days.
last_authenticatedstringThe last time this TrustedDevice was successfully used to authenticate to <a target="_top" href="https://login.linode.com">login.linode.com</a>.
last_remote_addrstringThe last IP Address to successfully authenticate with this TrustedDevice.
user_agentstringThe User Agent of the browser that created this TrustedDevice session.
createdstringWhen this Remember Me session was started. This corresponds to the time of login with the "Remember Me" box checked.

Methods

NameAccessible byRequired ParamsDescription
getDevicesSELECTReturns a paginated list of active TrustedDevices for your User. Browsers with an active Remember Me Session are logged into your account until the session expires or is revoked.
getTrustedDeviceSELECTdeviceIdReturns a single active TrustedDevice for your User.
_getDevicesEXECReturns a paginated list of active TrustedDevices for your User. Browsers with an active Remember Me Session are logged into your account until the session expires or is revoked.
_getTrustedDeviceEXECdeviceIdReturns a single active TrustedDevice for your User.
revokeTrustedDeviceEXECdeviceIdRevoke an active TrustedDevice for your User. Once a TrustedDevice is revoked, this device will have to log in again before accessing your Linode account.