This is what my DotNetOpenAuth system returns for a token:
{
"access_token": "...",
"token_type": "bearer",
"expires_in": "36000",
"refresh_token": ..."
}
I would like to change the expires_in time.
I thought somewhere the config would be the place, but can't find it anywhere.
Does anyone know to change it? thanks.