#Loqi[aaronpk] > Don't you mean `expires_at` (not `expiration`) which is the absolute (epoch time) version of the relative `expires_in` (seconds)?
`expires_at` isn't a thing really. OAuth has `expires_in` for the access token response, and `exp` in the token int...