password property

String? password
getter/setter pair

Password used in password authentication.

Note that the password is in clear text and should hence only be used if the study is created locally on the phone in Dart.

If the study configuration is downloaded from CARP (e.g., via a CarpStudyProtocolManager), then the authentication used for downloading is used and the email and password may be null.

Implementation

String? password;