我一直在提及https://developers.google.com/people/v1/getting-started文件进行身份验证。 我有以下问题 -
1)我没有找到任何客户机密。即使我下载client_secret_.json,我也只能获得以下属性 - - client_id,project_id,auth_uri,token_uri,auth_provider_x509_cert_url,redirect_uris。
2)什么是授权码? 正如文件中提到的那样
// Read the authorization code from the standard input stream.
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
System.out.println("What is the authorization code?");
String code = in.readLine();