問題タブ [aswebauthenticationsession]
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.
swift - ネイティブ Mac アプリの Google OAuth 2 リクエスト invalid_request redirect_uri
ASWebAuthenticationSession
ネイティブの Mac アプリで Google の OAuth 2.0 API を使用して認証しようとしています。Desktop
次のようなタイプのアプリとして Google Developer Console にアプリを登録しました。
次のように URL を作成します。
次に、次のようにリクエストを開始します。
に関連する何かが原因で、Google が私のリクエストを拒否したようredirect_uri
です。
私は一生、自分が何を間違ったのか見ることができません。Google はカスタム URI の使用を許可したくないようです。アプリの種類を別のものに変更する必要がありますか? Desktop
Mac アプリには適用されませんか?