Skip to content

Commit 16398e9

Browse files
authored
Merge pull request #166 from moneytree/typo-fix
Fix `authnMethod` typo in docs
2 parents ded615f + 3287d10 commit 16398e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ MyAccount has serveral different views with different options for each, view the
162162
mtLinkSdk.init('my-client-id', {
163163
redirectUri: 'https://localhost:9000',
164164
scopes: ['guest_read', 'accounts_read', 'transactions_read'],
165-
authMethod: 'sso' // configure SDK to use SSO for login
165+
authnMethod: 'sso' // configure SDK to use SSO for login
166166
});
167167
// set application specific identifier for SSO login flow
168168
// this identifier will be passed back to your SAML Identity Provider in the SAML AuthnRequest

0 commit comments

Comments
 (0)