আপনার Google API ক্লায়েন্ট আইডি পান
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google সাইন-ইন OAuth 2.0 ফ্লো এবং টোকেন লাইফসাইকেল পরিচালনা করে, Google API-এর সাথে আপনার একীকরণকে সহজ করে। একজন ব্যবহারকারীর কাছে সর্বদা যেকোন সময় একটি অ্যাপ্লিকেশনে অ্যাক্সেস প্রত্যাহার করার বিকল্প থাকে।
আপনি আপনার ওয়েবসাইটে Google 3P অনুমোদন লাইব্রেরি সংহত করার আগে, আপনাকে একটি ক্লায়েন্ট আইডি তৈরি করতে হবে, যা আপনাকে 3P অনুমোদন API কল করতে হবে।
একটি Google ক্লাউড কনসোল প্রকল্প এবং ক্লায়েন্ট আইডি তৈরি করতে, আপনার Google API ক্লায়েন্ট আইডি পেতে নির্দেশাবলী অনুসরণ করুন।
আপনি যখন প্রকল্পটি কনফিগার করেন, তখন ওয়েব ব্রাউজার ক্লায়েন্টের ধরনটি নির্বাচন করুন এবং আপনার অ্যাপের মূল URI নির্দিষ্ট করুন৷ আপনি যখন পরীক্ষা করেন, তখন http://localhost
এবং http://localhost:<port_number>
উভয়কেই অনুমোদিত জাভাস্ক্রিপ্ট অরিজিন ফিল্ডে যোগ করতে হবে।
কনফিগারেশন সম্পূর্ণ হওয়ার পরে, তৈরি করা ক্লায়েন্ট আইডিটি নোট করুন। পরবর্তী পদক্ষেপগুলি সম্পূর্ণ করতে আপনার ক্লায়েন্ট আইডির প্রয়োজন হবে। (একটি ক্লায়েন্ট সিক্রেটও তৈরি করা হয়েছে, তবে আপনার এটি শুধুমাত্র সার্ভার-সাইড অপারেশনের জন্য প্রয়োজন।)
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-06 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eGoogle Sign-In streamlines the use of Google APIs by managing the OAuth 2.0 flow and token lifecycle, allowing users to revoke access at any time.\u003c/p\u003e\n"],["\u003cp\u003eBefore integrating Google 3P Authorization, you need to create a client ID within a Google API Console project, specifying the Web browser client type and authorized origins including localhost for testing.\u003c/p\u003e\n"],["\u003cp\u003eAfter project configuration, note the generated client ID, which is essential for subsequent integration steps.\u003c/p\u003e\n"]]],[],null,["# Get your Google API client ID\n\nGoogle Sign-In manages the OAuth 2.0 flow and token lifecycle, simplifying your\nintegration with Google APIs. A user always has the option to [revoke access](https://myaccount.google.com/permissions)\nto an application at any time.\n\nBefore you can integrate Google 3P Authorization library into your website, you\nmust create a client ID, which you need to call the 3P Authorization API.\n\nTo create a Google Cloud console Project and Client ID, follow the\n[instructions to get your Google API client ID](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid#get_your_google_api_client_id).\n\nWhen you configure the project, select the Web browser client type and specify\nthe origin URI of your app. When you perform tests, both `http://localhost` and\n`http://localhost:\u003cport_number\u003e` must be added to the Authorized JavaScript\norigins field.\n\nAfter configuration is complete, take note of the client ID that was created.\nYou will need the client ID to complete the next steps. (A client secret is also\ncreated, but you need it only for server-side operations.)"]]