Chrome Verified Access API
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
API untuk ekstensi Chrome Akses Terverifikasi guna memberikan verifikasi kredensial untuk perangkat Chrome yang terhubung ke jaringan perusahaan
Layanan: Verifiedaccess.googleapis.com
Untuk memanggil layanan ini, sebaiknya Anda menggunakan library klien yang disediakan Google. Jika aplikasi Anda perlu menggunakan library Anda sendiri untuk memanggil layanan ini, gunakan informasi berikut saat membuat permintaan API.
Dokumen discovery
Dokumen Discovery adalah spesifikasi yang dapat dibaca komputer untuk mendeskripsikan dan menggunakan REST API. Dokumen ini digunakan untuk membuat library klien, plugin IDE, dan alat lainnya yang berinteraksi dengan Google API. Satu layanan dapat menyediakan beberapa dokumen discovery. Layanan ini menyediakan dokumen penemuan berikut:
Endpoint layanan
Endpoint layanan adalah URL dasar yang menentukan alamat jaringan layanan API. Satu layanan mungkin memiliki beberapa endpoint layanan. Layanan ini memiliki endpoint layanan berikut dan semua URI di bawah berhubungan dengan endpoint layanan ini:
https://verifiedaccess.googleapis.com
Metode |
generate |
POST /v2/challenge:generate
Menghasilkan tantangan baru. |
verify |
POST /v2/challenge:verify
Memverifikasi respons tantangan. |
Metode |
create |
POST /v1/challenge
CreateChallenge API |
verify |
POST /v1/challenge:verify
VerifyChallengeResponse API |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-04-24 UTC.
[null,null,["Terakhir diperbarui pada 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 |"]]