Added some code to get alternative tokens

This commit is contained in:
2019-01-18 17:22:24 -06:00
parent b9dca52e52
commit 076f64788a
7 changed files with 218 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
user = string(default="")
password = string(default="")
token = string(default="")
secret = string(default="")
use_alternative_tokens = boolean(default=False)
invited_to_group = boolean(default=False)