AuthenticationCodeTypeFirebaseAndroid constructor

AuthenticationCodeTypeFirebaseAndroid(
  1. {required bytes nonce,
  2. required int length,
  3. int? extra,
  4. int? clientId}
)

An authentication code is delivered via Firebase Authentication to the official Android application

Implementation

AuthenticationCodeTypeFirebaseAndroid