問題タブ [google-smartlockpasswords]
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 - Play サービスのヒント リクエストは、リクエストされたときに電話番号を表示できません
Google の SMS レトリーバー API のコードを使用して最初にデバイスの電話番号を取得すると、読み込み中のスピナーを含むダイアログが表示され、すぐに消えます。onActivityResult では、resultCode は 1002 で、インテントは空です。このエラー コードに関するドキュメントはありません。私が使用している正確なコードは
true EmailAddressIdentifiedSupported として設定するか、setAccountTypes のコメントを外すだけでも、ヒント リクエストは正しく機能し、電子メール アカウントを表示して名前と電子メールをアプリに返しますが、両方を有効にしても、資格情報 ID が電話番号になることはありません。1
これはフラグメントから呼び出されていますが、任意の場所からあらゆる種類の startIntentSenderForResult を呼び出しても違いはありません。
c# - Android Oreo で Google Smart Lock の保存ダイアログにアクセスできない
8.0 ではオートフィルが優先されることはわかっていますが、Google Smart Lock の保存ダイアログを強制したいと考えています。実装中に次のエラーが発生します。
しかし、Android docsには、この方法はありません。Google 検索やドキュメントの検索でこのforceEnableSaveDialog()
方法を見つけることができる場所はありません。
8.0 デバイスでこのダイアログを強制する方法を知っている人はいますか? 異なるバージョン間でアプリの動作に一貫性を持たせたいです。
SaveCredentials コードのスニペット:
これは Xamarin の Android です。C#を使用するだけで、同じメソッドとすべて
google-signin - Google Smart Lock vs Credential Management API
I want to implement frictionless sign in process for my web app.
After some searching, I have found that there are two solutions available :
My question is, What is the difference between the two API's (if any) and what are the possible use cases for both of these.
From what I have understood, both allow us to save account related info. But the advantage with smart lock is, that saved credentials can be used in corresponding android apps as well.
Thanks !
Note: I intend to support login from multiple sources (google, facebook, linkedin etc.) , not just google.
javascript - Google Smartlock/Googleyolo は保存されたパスワードを返しませんでした
ドキュメント ( https://developers.google.com/identity/one-tap/web/retrieve-credentials )によると、Chrome で Credential Management API を使用する場合と同様に、保存したパスワードを取得できます。
現在、ブラウザで Google にログインしています。.retrieve()
文書化されている関数を使用して、googleyolo api を使用しようとしました。
のみを返し、idToken
パスワードは返されません。
しかし奇妙なことに、Chrome で Credential Management API を使用しようとすると、保存した資格情報が表示されました。
問題は、1. 何が問題だったのか? 2. googleyolo は認証情報のリストをどこで取得しましたか? https://passwords.google.comで確認したところ、資格情報が存在するため 3. パスワード資格情報を取得するには、どうすればよいですか?