Files
chrome-extensions-samples/apps/samples/identity/sample_support_metadata.json
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

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"}
}