Chrome Verified Access API
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एपीआई की मदद से, पुष्टि किए गए ऐक्सेस वाला Chrome एक्सटेंशन. इससे, एंटरप्राइज़ नेटवर्क से कनेक्ट होने वाले Chrome डिवाइसों के लिए क्रेडेंशियल की पुष्टि की जा सकेगी
सेवा: validaccess.googleapis.com
इस सेवा को कॉल करने के लिए, हमारा सुझाव है कि आप Google से मिली क्लाइंट लाइब्रेरी का इस्तेमाल करें. इस सेवा पर कॉल करने के लिए, आपके ऐप्लिकेशन को अपनी लाइब्रेरी का इस्तेमाल करने की ज़रूरत है. एपीआई अनुरोध करते समय, यह जानकारी इस्तेमाल करें.
खोज से जुड़ा दस्तावेज़
डिस्कवरी दस्तावेज़, REST API का ब्यौरा देने और इस्तेमाल करने के लिए मशीन से पढ़ा जा सकने वाला निर्देश है. इसका इस्तेमाल क्लाइंट एपीआई, IDE प्लग इन, और Google API से इंटरैक्ट करने वाले दूसरे टूल बनाने के लिए किया जाता है. एक सेवा में, खोज से जुड़े कई दस्तावेज़ दिए जा सकते हैं. इस सेवा में, दस्तावेज़ खोजने के लिए ये दस्तावेज़ शामिल होते हैं:
सेवा एंडपॉइंट
सेवा एंडपॉइंट एक बेस यूआरएल होता है, जो किसी एपीआई सेवा के नेटवर्क पते के बारे में बताता है. एक सेवा में कई सेवा एंडपॉइंट हो सकते हैं. इस सेवा में यह सेवा एंडपॉइंट है और नीचे दिए गए सभी यूआरआई इस सेवा एंडपॉइंट से संबंधित हैं:
https://verifiedaccess.googleapis.com
तरीके |
generate |
POST /v2/challenge:generate
यह एक नई चुनौती जनरेट करता है. |
verify |
POST /v2/challenge:verify
यह चैलेंज के जवाब की पुष्टि करता है. |
तरीके |
create |
POST /v1/challenge
CreateChallenge API |
verify |
POST /v1/challenge:verify
VerifyChallengeResponse एपीआई |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-04-24 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-04-24 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe Verified Access API provides credential verification for Chrome devices accessing enterprise networks.\u003c/p\u003e\n"],["\u003cp\u003eIt offers REST resources for generating and verifying challenges, available in v1 and v2.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use Google-provided client libraries or their own libraries to interact with the API.\u003c/p\u003e\n"],["\u003cp\u003eThe service endpoint for the API is \u003ccode\u003ehttps://verifiedaccess.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDiscovery documents are available to facilitate integration with the API.\u003c/p\u003e\n"]]],[],null,["# Chrome Verified Access API\n\nAPI for Verified Access chrome extension to provide credential verification for chrome devices connecting to an enterprise network\n\n- [REST Resource: v2.challenge](#v2.challenge)\n- [REST Resource: v1.challenge](#v1.challenge)\n\nService: verifiedaccess.googleapis.com\n--------------------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:\n\n- \u003chttps://verifiedaccess.googleapis.com/$discovery/rest?version=v2\u003e\n- \u003chttps://verifiedaccess.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://verifiedaccess.googleapis.com`\n\nREST Resource: [v2.challenge](/chrome/verified-access/reference/rest/v2/challenge)\n----------------------------------------------------------------------------------\n\n| Methods ||\n|--------------------------------------------------------------------------|--------------------------------------------------------------|\n| [generate](/chrome/verified-access/reference/rest/v2/challenge/generate) | `POST /v2/challenge:generate` Generates a new challenge. |\n| [verify](/chrome/verified-access/reference/rest/v2/challenge/verify) | `POST /v2/challenge:verify` Verifies the challenge response. |\n\nREST Resource: [v1.challenge](/chrome/verified-access/reference/rest/v1/challenge)\n----------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------|---------------------------------------------------------|\n| [create](/chrome/verified-access/reference/rest/v1/challenge/create) | `POST /v1/challenge` CreateChallenge API |\n| [verify](/chrome/verified-access/reference/rest/v1/challenge/verify) | `POST /v1/challenge:verify` VerifyChallengeResponse API |"]]