summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/SampleWcf2Javascript.js
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted OAuth 2.0 resource server's port number so as to not conflict with ↵Andrew Arnott2012-03-221-1/+1
| | | | OAuth 1.0 service provider sample.
* Finished implicit grant sample. Yay.Andrew Arnott2011-06-211-6/+26
|
* javascript client now parses the implicit grant response enough to enable ↵Andrew Arnott2011-06-211-19/+56
| | | | the right buttons and re-check checkboxes.
* We have an implicit grant javascript client that can obtain an access token.Andrew Arnott2011-06-201-0/+44
It doesn't know how to use it yet though.