authentication_tokens property

vector<string>? authentication_tokens
getter/setter pair

List of up to 20 authentication tokens, recently received in updateOption("authentication_token") in previously logged out sessions

Implementation

vector<string>? authentication_tokens;