GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest constructor
GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest({
- String? idToken,
- GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo? phoneEnrollmentInfo,
- String? tenantId,
- GoogleCloudIdentitytoolkitV2StartMfaTotpEnrollmentRequestInfo? totpEnrollmentInfo,
Implementation
GoogleCloudIdentitytoolkitV2StartMfaEnrollmentRequest({
this.idToken,
this.phoneEnrollmentInfo,
this.tenantId,
this.totpEnrollmentInfo,
});