GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse constructor

GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse({
  1. GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo? phoneSessionInfo,
  2. GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentResponseInfo? totpSessionInfo,
})

Implementation

GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse({
  this.phoneSessionInfo,
  this.totpSessionInfo,
});