Recupera las claves públicas del firmante de tokens de Identity Toolkit heredado para permitir que terceros verifiquen el token de ID heredado. Por el momento, el certificado X509 PEM es el único formato compatible.
Solicitud HTTP
GET https://identitytoolkit.googleapis.com/v1/publicKeys
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-04 (UTC)"],[[["This API endpoint retrieves public keys used for verifying legacy Identity Toolkit tokens, currently supporting the X509 PEM certificate format."],["The HTTP request to access these keys is a `GET` request to `https://identitytoolkit.googleapis.com/v1/publicKeys`, with a URL that uses gRPC Transcoding."],["No request body is required, as the request must be empty."],["A successful response returns a body containing a Struct."],["Authorization requires either the `https://www.googleapis.com/auth/identitytoolkit` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]