AuthenticationCodeTypeMissedCall constructor

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

An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user

Implementation

AuthenticationCodeTypeMissedCall