devices
Overview
Name | devices |
Type | Resource |
Id | linode.profile.devices |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The unique ID for this TrustedDevice |
created | string | When this Remember Me session was started. This corresponds to the time of login with the "Remember Me" box checked. |
expiry | string | When this TrustedDevice session expires. Sessions typically last 30 days. |
last_authenticated | string | The last time this TrustedDevice was successfully used to authenticate to <a target="_top" href="https://login.linode.com">login.linode.com</a>. |
last_remote_addr | string | The last IP Address to successfully authenticate with this TrustedDevice. |
user_agent | string | The User Agent of the browser that created this TrustedDevice session. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getDevices | SELECT | Returns 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. | |
getTrustedDevice | SELECT | deviceId | Returns a single active TrustedDevice for your User. |
_getDevices | EXEC | Returns 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. | |
_getTrustedDevice | EXEC | deviceId | Returns a single active TrustedDevice for your User. |
revokeTrustedDevice | EXEC | deviceId | Revoke an active TrustedDevice for your User. Once a TrustedDevice is revoked, this device will have to log in again before accessing your Linode account. |