auth

Paddy 2015-01-18 Parent:da77e083cf02 Child:823517aad893

119:3ec7134fa211 Go to Latest

auth/oauth2.go

Exchange resource owner credentials for access token. Well, that was easy.

History
     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