AuthenticationCodeTypeSms constructor

AuthenticationCodeTypeSms(
  1. {required int length,
  2. int? extra,
  3. int? clientId}
)

An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code

Implementation

AuthenticationCodeTypeSms