GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentResponse constructor

GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentResponse({
  1. String? idToken,
  2. GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneResponseInfo? phoneAuthInfo,
  3. String? refreshToken,
  4. GoogleCloudIdentitytoolkitV2FinalizeMfaTotpEnrollmentResponseInfo? totpAuthInfo,
})

Implementation

GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentResponse({
  this.idToken,
  this.phoneAuthInfo,
  this.refreshToken,
  this.totpAuthInfo,
});