Skip to content
Michal Mikulec edited this page Feb 9, 2022 · 4 revisions
Parameter Type Info
email string Ubisoft account email address
password string Ubisoft account password

.close()

Closes the Auth session

.get_player(name=None, platform=None, uid=None)

Either name or uid must be given, but not both
Returns one instance of Player that matches either name or uid

.get_player_batch(self, platform, names=None, uids=None)

Returns a PlayerBatch of players' data according to the given lists of names and/or uids