Chrome Verified Access API
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Rozszerzenie Chrome do zweryfikowanego dostępu do Chrome umożliwiające weryfikację danych logowania na urządzeniach z Chrome połączonych z siecią firmową
Usługa: zweryfikowany dostęp.googleapis.com
Aby wywołać tę usługę, zalecamy użycie dostarczonych przez Google bibliotek klienta. Jeśli Twoja aplikacja musi używać własnych bibliotek do wywoływania tej usługi, używaj tych informacji podczas wysyłania żądań do interfejsu API.
Dokument Discovery
Dokument opisujący to zrozumiała dla komputera specyfikacja opisująca interfejsy API REST i korzystanie z nich. Służy do tworzenia bibliotek klienta, wtyczek IDE i innych narzędzi, które współdziałają z interfejsami API Google. Jedna usługa może udostępniać wiele dokumentów opisujących. Ta usługa dostarcza następujące dokumenty opisujące:
Punkt końcowy usługi
Punkt końcowy usługi to podstawowy adres URL określający adres sieci usługi interfejsu API. Jedna usługa może mieć wiele punktów końcowych. Ta usługa ma ten punkt końcowy i wszystkie poniższe identyfikatory URI odnoszą się do niego:
https://verifiedaccess.googleapis.com
Metody |
generate |
POST /v2/challenge:generate Generuje nowe wyzwanie. |
verify |
POST /v2/challenge:verify Weryfikacja odpowiedzi na wyzwanie. |
Metody |
create |
POST /v1/challenge
Interfejs API CreateChallenge |
verify |
POST /v1/challenge:verify
Zweryfikuj interfejs API ChallengeChallenge |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-04-24 UTC.
[null,null,["Ostatnia aktualizacja: 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 |"]]