auth
auth/oauth2.go
Exchange resource owner credentials for access token. Well, that was easy.
1.1 --- a/oauth2.go Sun Jan 18 01:54:11 2015 -0500 1.2 +++ b/oauth2.go Sun Jan 18 01:54:53 2015 -0500 1.3 @@ -360,7 +360,6 @@ 1.4 } 1.5 } 1.6 1.7 -// TODO(paddy): exchange user credentials for access token 1.8 // TODO(paddy): exchange client credentials for access token 1.9 // TODO(paddy): implicit grant for access token 1.10 // TODO(paddy): exchange refresh token for access token