问题标签 [google-one-tap]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android + Google 一键刷新令牌?
每当我使用Google One Tap登录我的 Android 应用程序时,我都会收到一个有效期约为一小时的TOKEN ID 。我应该如何获得一个REFRESH TOKEN以避免在该 TOKEN过期时每小时登录一次?我查看了官方文档,但没有关于 REFRESH TOKENS 的内容。这是否意味着每次发生这种情况时我们都需要手动登录(并获取新令牌)?
https://developers.google.com/identity/one-tap/android/overview
google-authentication - 具有自定义使用条款的 Google One Tap Login
我正在为我的网络应用程序使用谷歌一键登录。
参考:https ://developers.google.com/identity/sign-in/web/sign-in
这种一键式登录正在取代我曾经拥有的自定义注册表单。
虽然这个概念是“一键式”登录,但它缺少使用协议条款。
旧的注册表单包含使用条款协议的验证。
现在我想知道我是否可以使用我的自定义使用条款转移到谷歌一键登录。
谢谢。
oauth - 如何在谷歌一键式中为上次使用的谷歌帐户设置自动登录
我们可以在谷歌一键式实现中为最后使用的谷歌帐户设置自动登录吗?
reddit 如何在其 google auth 按钮上显示上次使用的 google 帐户?任何想法?
android - 用于 Android 帐户计数的 Google One Tap
我正在寻找一个 API,它可以告诉 Google One Tap 对话框中存在这些帐户数量,所以
有没有办法找出 Android 中的 Google One Tap 对话框中存在多少帐户?
kotlin - 缺少功能{name=auth_api_credentials_begin_sign_in, version=6}
我正在尝试对我的应用程序使用 Google 身份验证方法(一键登录)。但是,在我点击签名按钮后,我遇到了以下问题:
W/GoogleApiManager:com.google.android.gms.internal.auth-api.zbaz 无法执行调用,因为它需要功能(auth_api_credentials_begin_sign_in,6)。D/btn 点击:缺少功能{name=auth_api_credentials_begin_sign_in, version=6}。
我可以知道我在哪里搞砸了吗?
- 我正在使用 MsSQL 而不是 firebase。
- 我已经创建了 OAuth 2.0 客户端。
- 我正在为 BuildConfig 使用 Web 客户端 ID(我同时拥有 Web 客户端和 Android) buildConfigField : ("String", "CLIENT_ID", '"1113838514547 -neqok16gfh5b77v6hcg33c03d0khs896.apps.googleusercontent.com"')
- 谷歌登录按钮无法与 viewBinding 一起使用,因此我为该特定按钮切换到“findViewById”
以下是代码: