GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse constructor

GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse({
  1. String? idToken,
  2. GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneResponseInfo? phoneAuthInfo,
  3. String? refreshToken,
})

Implementation

GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse({
  this.idToken,
  this.phoneAuthInfo,
  this.refreshToken,
});