email property

String? get email

Implementation

String? get email => method == AuthMethod.email ? identifier : null;