This is a probably a regression that was introduced when refactoring the auth-secrets to build-pipeline arguments.
Steps to reproduce:
- Initialize:
Import-Module PSBlogger
Initialize-Blogger
- Wait a duration (1 hour)
- Call a method
Import-Module PSBlogger
Get-BloggerBlogs
Expected: should refresh the token
Actual:
Get-BloggerBlogs:
{
"error": "invalid_grant",
"error_description": "Token has been expired or revoked."
}
This is a probably a regression that was introduced when refactoring the auth-secrets to build-pipeline arguments.
Steps to reproduce:
Expected: should refresh the token
Actual: