エンドポイントのAppEngineバックエンドで、どのように正確に設定しますか
@Api(name=...
clientIds = {what-goes-here-exactly-1},
audiences = {what-goes-here-exactly-2}
)
Androidクライアントでは、どのように正確に設定しますか
credential = GoogleAccountCredential.usingAudience(this,
what-goes-here-exactly-3);
ここhttp://devthots.blogspot.com/ とここhttps://developers.google.com/appengine/docs/java/endpoints/consume_android#making-authenticated-callsに矛盾する/紛らわしい/不明確な指示があります
APIコンソールのAPIアクセスで多くのキーを生成しましたが、それらの使用方法と、上記のステートメントで使用するためにキーを追加/追加する方法がわかりません。
ありがとう。