The Account class
Account
is a class you should never see. What you'll use will be variants of it, such as Student
, Family
, Teacher
, Staff
... These variants allow you to use methods that are specific to some account types.
Properties
_raw
_raw
represents the account extracted from the raw login response from EcoleDirecte, without any change.
token
token
can be
set
andget
will directly change the
token
prop of the parentSession
Last updated
Was this helpful?