microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

Added call to code getter from response #26

Closed thatsIch closed 8 years ago

thatsIch commented 8 years ago

Since the example later on calls code but is missing that statement, I assume the code is retrieved from the authorization response

msftclas commented 8 years ago

Hi @thatsIch, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, MSBOT;

olivierdagenais commented 8 years ago

Great catch, thanks!