संग्रह की मदद से व्यवस्थित रहें अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Sign-In, OAuth 2.0 फ़्लो और टोकन के लाइफ़साइकल को मैनेज करता है. इससे, Google API के साथ इंटिग्रेट करना आसान हो जाता है. उपयोगकर्ता के पास किसी भी समय, किसी ऐप्लिकेशन का ऐक्सेस रद्द करने का विकल्प होता है.
Google 3P Authorization library को अपनी वेबसाइट में इंटिग्रेट करने से पहले, आपको एक क्लाइंट आईडी बनाना होगा. इस आईडी का इस्तेमाल करके, 3P Authorization API को कॉल किया जा सकता है.
प्रोजेक्ट को कॉन्फ़िगर करते समय, वेब ब्राउज़र क्लाइंट टाइप चुनें और अपने ऐप्लिकेशन का ऑरिजिन यूआरआई डालें. जांच करते समय, http://localhost और http://localhost:<port_number>, दोनों को JavaScript के लिए अनुमति वाले ऑरिजिन फ़ील्ड में जोड़ना ज़रूरी है.
कॉन्फ़िगरेशन पूरा होने के बाद, बनाए गए क्लाइंट आईडी को नोट कर लें. अगले चरण पूरे करने के लिए, आपको क्लाइंट आईडी की ज़रूरत होगी. (एक क्लाइंट सीक्रेट भी बनाया जाता है, लेकिन आपको इसकी ज़रूरत सिर्फ़ सर्वर-साइड कार्रवाइयों के लिए होती है.)
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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,["Google 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 API Console project and client ID, click the following\nbutton:\n\nConfigure a project\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.)"]]