Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Retrieve an Oidc Idp configuration for an Identity Toolkit project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://identitytoolkit.googleapis.com/v2/{name}
Gets parameters needed for reCAPTCHA analysis.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://identitytoolkit.googleapis.com/v2/recaptchaConfig
List tenants under the given agent project. Requires read permission on the A…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://identitytoolkit.googleapis.com/v2/{parent}/tenants
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:identitytoolkit
At a glance
Language Java
Endpoints27
Base URLhttps://identitytoolkit.googleapis.com
✓ Official