I use clover mini and rest api for my APP
I get these responses via OAuth v2 api
{
access_token,
access_token_expiration = 30 mins
refresh_token,
refresh_token_expiration = 1 year
}
But the actual expiration time of access_token is 24 hours
Which one should I believe?