From 3287d100b161bda3717db103f1ad6a219033f397 Mon Sep 17 00:00:00 2001 From: mt-btanner Date: Mon, 27 Jan 2025 11:24:02 +0900 Subject: [PATCH] Fix `authnMethod` typo in docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 6012bbf..873aa84 100644 --- a/docs/README.md +++ b/docs/README.md @@ -162,7 +162,7 @@ MyAccount has serveral different views with different options for each, view the mtLinkSdk.init('my-client-id', { redirectUri: 'https://localhost:9000', scopes: ['guest_read', 'accounts_read', 'transactions_read'], - authMethod: 'sso' // configure SDK to use SSO for login + authnMethod: 'sso' // configure SDK to use SSO for login }); // set application specific identifier for SSO login flow // this identifier will be passed back to your SAML Identity Provider in the SAML AuthnRequest