mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
6 lines
540 B
JSON
6 lines
540 B
JSON
{
|
|
"sample": "identity",
|
|
"files_with_snippets": [ "identity.js" ],
|
|
"android": {"works": true, "comments": "You need to add an Android OAuth app in the Cloud API console of the OAuth project. The app's SHA1 can be the debug one (see more <a href=\"https://developers.google.com/console/help/new/#installedapplications\">here</a>), and the package name is org.chromium.identity.MyApp. If you don't add the Android OAuth app and tries to use the OAuth client-id from the Chrome app, you will get a generic message GoogleAuthException"}
|
|
}
|