1d9013517e
BUG=https://code.google.com/p/dart/issues/detail?id=9309 Review URL: https://codereview.chromium.org//12962003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20285 260f80e4-7a28-3924-810f-c04153c831b5
12 lines
330 B
YAML
12 lines
330 B
YAML
name: oauth2
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: http://www.dartlang.org
|
|
description: >
|
|
A client library for authenticating with a remote service via OAuth2 on
|
|
behalf of a user, and making authorized HTTP requests with the user's
|
|
OAuth2 credentials.
|
|
dependencies:
|
|
http: any
|
|
dev_dependencies:
|
|
unittest: any
|