This repository was archived by the owner on May 28, 2024. It is now read-only.

Description
When I run my code, it gives me the error that is the name of this issue. Can anyone help? This is the function it's having a problem with.
function authorize(credentials, callback) {
const {client_secret, client_id, redirect_uris} = credentials.installed;
const oAuth2Client = new google.auth.OAuth2(
client_id, client_secret, redirect_uris[0]);