Package soovee_app :: Package gui :: Module login
[frames] | no frames]

Module login

SooVee Serial Audio Manager - Login support module for the graphical interface. It allows SooVee to authorize itself with a service account.


Requires:
Classes
  LoginDialog
Show a wx.Dialog to recieve a user's name and password for a service.
Functions
tuple
doauthorize(service, account, err='')
Authorize serial audio user against service containing the feeds.
Variables
  BORDER = 3
  __package__ = 'soovee_app.gui'

Imports: wx, main


Function Details

doauthorize(service, account, err='')

 

Authorize serial audio user against service containing the feeds.

Parameters:
  • service (object) - Initialized soovee.conf.serviceConf object.
  • account (object/dict) - Intialized soovee.conf.Account shelf object.
  • err (str) - Error string to append to text description presented
Returns: tuple
tuple of cache, user, password that was accepted