account property

String? account
getter/setter pair

An optional account. If not null, the account should be checked against accounts on the device. If it is a valid account, it should be used to log in the user. This value may be null.

Implementation

String? account;