Recupera chaves públicas do assinante de token do Identity Toolkit legado para permitir que terceiros verifiquem o token de ID legado. Por enquanto, o certificado X509 pem é o único formato aceito.
Solicitação HTTP
GET https://identitytoolkit.googleapis.com/v1/publicKeys
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]],[]]