googleapis / google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
https://googleapis.dev/nodejs/googleapis/latest/
Apache License 2.0
11.27k stars 1.91k forks source link

identitytoolkit v1 is missing #3358

Open daviddomkar opened 9 months ago

daviddomkar commented 9 months ago

Library is only exposing v2 and v3 versions of identity toolkit, because of it. The following endpoints cannot be used: https://cloud.google.com/identity-platform/docs/reference/rest#rest-resource:-v1.projects.accounts

daviddomkar commented 4 months ago

Is there any update on this please?