EmailAddressAuthenticationCodeInfo constructor

EmailAddressAuthenticationCodeInfo(
  1. {required String email_address_pattern,
  2. required int length,
  3. int? extra,
  4. int? clientId}
)

Information about the email address authentication code that was sent

Implementation

EmailAddressAuthenticationCodeInfo