All available account types. :return: list
(self)
| 883 | |
| 884 | @permission(PERMS.ALL) |
| 885 | def getAccountTypes(self): |
| 886 | """All available account types. |
| 887 | |
| 888 | :return: list |
| 889 | """ |
| 890 | return self.core.accountManager.accounts.keys() |
| 891 | |
| 892 | @permission(PERMS.ACCOUNTS) |
| 893 | def updateAccount(self, plugin, account, password=None, options={}): |