Gets the device.
cognitoidentityprovider_get_device(DeviceKey, AccessToken)
A list with the following syntax:
list(
Device = list(
DeviceKey = "string",
DeviceAttributes = list(
list(
Name = "string",
Value = "string"
)
),
DeviceCreateDate = as.POSIXct(
"2015-01-01"
),
DeviceLastModifiedDate = as.POSIXct(
"2015-01-01"
),
DeviceLastAuthenticatedDate = as.POSIXct(
"2015-01-01"
)
)
)
[required] The device key.
The access token.
svc$get_device(
DeviceKey = "string",
AccessToken = "string"
)