GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest constructor
GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest({
- String? displayName,
- String? idToken,
- GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneRequestInfo? phoneVerificationInfo,
- String? tenantId,
Implementation
GoogleCloudIdentitytoolkitV2FinalizeMfaEnrollmentRequest({
this.displayName,
this.idToken,
this.phoneVerificationInfo,
this.tenantId,
});