You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,7 @@ These common options are used in multiple APIs. Instead of repeating the same op
322
322
| options.showAuthToggle | boolean | false | Value set during `init`.<p><strong>OR</strong></p>`true`| If you wish to disable the login to sign up form toggle button and vice-versa in the auth screen, set this to `false`. |
323
323
| options.showRememberMe | boolean | false | Value set during `init`.<p><strong>OR</strong></p>`true`| If you wish to disable the `Stay logged in for 30 days` checkbox in the login screen, set this to `false`. |
324
324
| options.isNewTab | boolean | false | Value set during `init`.<p><strong>OR</strong></p>`false`| Call method and open/render in a new browser tab, by default all views open in the same tab. |
325
+
| options.authnMethod | array of string with values `passwordless` or `sso` or string with value `passwordless` or `sso`|`undefined`| Value set during `init`.<p><strong>OR</strong></p>`undefined`| Switch between authentication methods version. |
325
326
| options.sdkPlatform (private) | string | false | Generated by the SDK. | <strong>NOTE: this is for Moneytree internal use, please do not use it to avoid unintended behavior!</strong><br /><br />Indicating sdk platform. |
326
327
| options.sdkVersion (private) | semver | false | Generated by the SDK. | <strong>NOTE: this is for Moneytree internal use, please do not use it to avoid unintended behavior!</strong><br /><br />Indicating sdk version. |
0 commit comments