From 7274070c7e381b0a9768128555b579735d5d572a Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Fri, 8 Dec 2023 18:17:57 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Aranđel Šarenac <11753867+big-kahuna-burger@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c2e11f..fa591a72 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ Client Credentials flow is for obtaining Access Tokens to use with third party A **See the [documentation](./docs/README.md#clientgrantbody-extras) for full API details.** ```js -const client = new googleIssuer.Client({ +const client = new issuer.Client({ client_id: 'zELcpfANLqY7Oqas', client_secret: 'TQV5U29k1gHibH5bx1layBo0OSAvAbRT3UYW3EWrSYBB5swxjVfWUa1BS8lqzxG/0v9wruMcrGadany3', });