1

我一直在参考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();
4

0 回答 0