Authorization
Main interface:
class AuthorizationManager
Types that are used by the authorization manager:
class Representative
class Session
AuthorizationManager
def __init__(client: ServiceClient, settings: Settings)
Creates a new authorization manager with the given service client and settings.
async def login(account_number: int, card_number: int, password: str) -> Session
Authorizes the session using the SOFTTOKEN access method.
Representative
representative_class: str
reference: str
Session
connection_type: str
device_type: str
last_logon_date: datetime.datetime
representative: Representative
represented_customer: str
selected_customer: str