Gets the device.
cognitoidentityprovider_get_device(DeviceKey, AccessToken)
[required] The device key.
The access token.
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" ) ) )
svc$get_device( DeviceKey = "string", AccessToken = "string" )