apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 169 forks source link

Refresh Token Support #70

Closed ssvaidyanathan closed 7 years ago

ssvaidyanathan commented 7 years ago

Plugin extended support for refresh token

You can now pass refresh token along with bearer token. If the bearer token is not valid (or about to expire in 30 seconds), we use the refresh token to generate a new access token

msadasivam commented 7 years ago

Looks good. Thanks @ssvaidyanathan