when exchanging code for accessToken an expiration date is provided with refresh Token:
{
"access_token" = "ya29.1.AADtN_V5fO9XsPmy7OV6wmbUj011B5b0bS3X2erozKKcj8I76q3OeItQp_j9XtjU3zEkrg";
"expires_in" = 3600;
"refresh_token" = "1/XXXXX";
"token_type" = Bearer;
}
See how to handle transparently the refresh token process.
Related to AGAuthzModuleAdapter.isAuthzValid
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
when exchanging code for accessToken an expiration date is provided with refresh Token:
{
"access_token" = "ya29.1.AADtN_V5fO9XsPmy7OV6wmbUj011B5b0bS3X2erozKKcj8I76q3OeItQp_j9XtjU3zEkrg";
"expires_in" = 3600;
"refresh_token" = "1/XXXXX";
"token_type" = Bearer;
}
See how to handle transparently the refresh token process.
Related to AGAuthzModuleAdapter.isAuthzValid