How do you use OAuth2 in dart 1.0?

Viewed 695

I would like to use what looks like the official library for OAuth2 in Dart. However there doesn't seem to be any complete examples nor documentation beyond the actual comments (and incomplete example) in the oauth2.dart source file. Any kind of normal markdown docs seen with github back modules seem to be missing. Also nothing is showing up in the API reference.

Wanted to add oauth2 to a polymer app but appears from what I can see that the library only supports server side. Is this accurate?

Am I looking in the wrong place for the information?

3 Answers
Related