We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6c626 commit 6f76253Copy full SHA for 6f76253
README.md
@@ -82,6 +82,15 @@ You can pass the following options:
82
- Values: `false`
83
- Default: `undefined`
84
85
+### Logout from current session
86
+
87
+`mtLinkSdk.logout(options);`
88
+You can pass the following options:
89
90
+- `newTab`: Open in a new browser tab
91
+ - Values: `true` or `false`
92
+ - Default: `false`
93
94
### Open the setting page of the user account
95
96
`mtLinkSdk.openSettings(options);`
0 commit comments