AppAssertionCredentials for Go在哪里?

huangapple go评论98阅读模式
英文:

Where is the AppAssertionCredentials for Go?

问题

我正在尝试构建一个App Engine应用程序,用于将数据推送到BigQuery。然而,在Java/Python的身份验证示例中,引用了AppAssertionCredentials,而我在Go库中找不到这个。

英文:

I am trying to build an App Engine application that will push data to BigQuery. However, the examples for authenticating in Java/Python reference AppAssertionCredentials, which I can't find in the Go libraries.

答案1

得分: 2

请查看goauth2包中的serviceaccount.go文件。

英文:

Check out serviceaccount.go from the goauth2 package.

huangapple
  • 本文由 发表于 2014年7月15日 13:15:43
  • 转载请务必保留本文链接:https://go.coder-hub.com/24750283.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定