passwordIdentifier property

  1. @BuiltValueField(wireName: r'password_identifier')
String passwordIdentifier

Identifier is the email or username of the user trying to log in.

Implementation

@BuiltValueField(wireName: r'password_identifier')
String get passwordIdentifier;