The Session class
The root of any interaction with EcoleDirecte.
Last updated
Was this helpful?
The root of any interaction with EcoleDirecte.
Last updated
Was this helpful?
The Session
class is quite simple to use. It's actually just a stack of properties, nothing much, and it's mostly used to generate an extension of the class, depending on the account type of your session.
login()
no arguments
returns an extension of Account
credentials
can only get
returns the credentials given during the class init
token
last token given by EcoleDirecte
loginRes
complete login response got during the login()
call