commerceguys / guzzle-oauth2-plugin

Provides an OAuth2 plugin (subscriber) for Guzzle
MIT License
123 stars 71 forks source link

Add custom access_token_url #9

Closed fullpipe closed 9 years ago

fullpipe commented 9 years ago

Add Add custom access_token_url to GrantTypeBase.

pjcdawkins commented 9 years ago

Yes this makes sense. I'd prefer the name to just be 'token_url' and the default should be 'oauth2/token'

fullpipe commented 9 years ago

I use access_token_url to add refresh_token_url in the future if required

pjcdawkins commented 9 years ago

Thanks. I'll get my colleague @bojanz to double-check this and then merge